#76AA0F

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

Shades of Christi #76AA0F

Tints of Christi #76AA0F

Color information

#76AA0F (or 0x76AA0F) is unknown color: approx Christi. HEX triplet: 76, AA and 0F. RGB value is (118,170,15). Sum of RGB (Red+Green+Blue) = 118+170+15=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AA0F is #8955F0. Grayscale: #898989. Windows color (decimal): -9000433 or 1026678. OLE color: 1026678.

HSL color Cylindrical-coordinate representation of color #76AA0F: hue angle of 80.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76AA0F is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB11817015-
CMYK0.3100.910.33
HSL80.13º83.78%36.27%-
HSV(B)80.13º91.18%66.67%-
XYZ21.9332.645.6-
YUV136.7859.27114.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 170 (66.80% from 255) = 56.11%
BLUE value IS 15 (6.25% from 255) = 4.95%
R=38.94%
G=56.11%
B=4.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170150.3100.910.3380.1383.7836.27
Hex76AAF1F05B21505424
Octal166252173701334112012444
Binary1110110101010101111111110101101110000110100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,15); }

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

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

 a { background-color: rgb(118,170,15); }

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

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

 span { border-color: rgb(118,170,15); }

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