#71b124

Color #71B124 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #71B124

Tints of Christi #71B124

Color information

#71B124 (or 0x71B124) is unknown color: approx Christi. HEX triplet: 71, B1 and 24. RGB value is (113,177,36). Sum of RGB (Red+Green+Blue) = 113+177+36=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #71B124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B124 is #8E4EDB. Grayscale: #8E8E8E. Windows color (decimal): -9326300 or 2404721. OLE color: 2404721.

HSL color Cylindrical-coordinate representation of color #71B124: hue angle of 87.23º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71B124 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB11317736-
CMYK0.3600.800.31
HSL87.23º66.2%41.76%-
HSV(B)87.23º79.66%69.41%-
XYZ22.8535.087.24-
YUV141.7968.3107.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 177 (69.53% from 255) = 54.29%
BLUE value IS 36 (14.45% from 255) = 11.04%
R=34.66%
G=54.29%
B=11.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113177360.3600.800.3187.2366.241.76
Hex71B124240501F57422a
Octal161261444401203712710252
Binary111000110110001100100100100010100001111110101111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71b124; }

 p { color: rgb(113,177,36); }

 H1.HeaderClassName
 {
   color: #71b124;
 }
 .AnyTagClassName
 {
   color: #71b124;
 }
</style>
background-color css

<style>
 a { background-color: #71b124; }

 a { background-color: rgb(113,177,36); }

 div.DivClassName
 {
   background-color: #71b124;
 }
 .BgClassName
 {
   background-color: #71b124;
 }
</style>
border-color css

<style>
 span { border-color: #71b124; }

 span { border-color: rgb(113,177,36); }

 td.TdClassName
 {
   border-color: #71b124;
 }
 .TagClassName
 {
   border-color: #71b124;
 }
</style>