#71B720

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

Shades of Christi #71B720

Tints of Christi #71B720

Color information

#71B720 (or 0x71B720) is unknown color: approx Christi. HEX triplet: 71, B7 and 20. RGB value is (113,183,32). Sum of RGB (Red+Green+Blue) = 113+183+32=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #71B720 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B720 is #8E48DF. Grayscale: #919191. Windows color (decimal): -9324768 or 2144113. OLE color: 2144113.

HSL color Cylindrical-coordinate representation of color #71B720: hue angle of 87.81º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71B720 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB11318332-
CMYK0.3800.830.28
HSL87.81º70.23%42.16%-
HSV(B)87.81º82.51%71.76%-
XYZ2437.487.34-
YUV144.8664.31105.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 183 (71.88% from 255) = 55.79%
BLUE value IS 32 (12.89% from 255) = 9.76%
R=34.45%
G=55.79%
B=9.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113183320.3800.830.2887.8170.2342.16
Hex71B720260531C58462a
Octal161267404601233413010652
Binary111000110110111100000100110010100111110010110001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,32); }

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

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

 a { background-color: rgb(113,183,32); }

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

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

 span { border-color: rgb(113,183,32); }

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