#71A210

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

Shades of Christi #71A210

Tints of Christi #71A210

Color information

#71A210 (or 0x71A210) is unknown color: approx Christi. HEX triplet: 71, A2 and 10. RGB value is (113,162,16). Sum of RGB (Red+Green+Blue) = 113+162+16=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #71A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A210 is #8E5DEF. Grayscale: #838383. Windows color (decimal): -9330160 or 1090161. OLE color: 1090161.

HSL color Cylindrical-coordinate representation of color #71A210: hue angle of 80.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71A210 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB11316216-
CMYK0.3000.900.36
HSL80.14º82.02%34.9%-
HSV(B)80.14º90.12%63.53%-
XYZ19.8229.395.12-
YUV130.7163.27115.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 162 (63.67% from 255) = 55.67%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=38.83%
G=55.67%
B=5.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113162160.3000.900.3680.1482.0234.9
Hex71A2101E05A24505223
Octal161242203601324412012243
Binary11100011010001010000111100101101010010010100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,16); }

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

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

 a { background-color: rgb(113,162,16); }

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

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

 span { border-color: rgb(113,162,16); }

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