#76A210

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

Shades of Christi #76A210

Tints of Christi #76A210

Color information

#76A210 (or 0x76A210) is unknown color: approx Christi. HEX triplet: 76, A2 and 10. RGB value is (118,162,16). Sum of RGB (Red+Green+Blue) = 118+162+16=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #76A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A210 is #895DEF. Grayscale: #848484. Windows color (decimal): -9002480 or 1090166. OLE color: 1090166.

HSL color Cylindrical-coordinate representation of color #76A210: hue angle of 78.08º 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 #76A210 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB11816216-
CMYK0.2700.900.36
HSL78.08º82.02%34.9%-
HSV(B)78.08º90.12%63.53%-
XYZ20.4929.735.15-
YUV132.262.42117.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 162 (63.67% from 255) = 54.73%
BLUE value IS 16 (6.64% from 255) = 5.41%
R=39.86%
G=54.73%
B=5.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162160.2700.900.3678.0882.0234.9
Hex76A2101B05A244e5223
Octal166242203301324411612243
Binary11101101010001010000110110101101010010010011101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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