Shades of Christi #76AA0F
Tints of Christi #76AA0F
RGB
CMYK
RGB Variations
Color information
#76AA0F (or 0x76AA0F) is known color: 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
| RGB | 118 | 170 | 15 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.33 |
| HSL | 80.13º | 0.84% | 0.36% | - |
| HSV(B) | 80.13º | 0.91% | 0.67% | - |
| XYZ | 21.93 | 32.64 | 5.6 | - |
| YUV | 136.78 | 59.27 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 15 | 0.31 | 0 | 0.91 | 0.33 | 80.13 | 0.84 | 0.36 |
| Hex | 76 | AA | F | 1F | 0 | 5B | 21 | 50 | 54 | 24 |
| Octal | 166 | 252 | 17 | 37 | 0 | 133 | 41 | 120 | 124 | 44 |
| Binary | 1110110 | 10101010 | 1111 | 11111 | 0 | 1011011 | 100001 | 1010000 | 1010100 | 100100 |
Color Harmonies of #76AA0F
Complementary color
Monochromatic Colors of #76AA0F
Black with #76AA0F
Text Example
Text Example
White with #76AA0F
Text Example
Text Example
HTML Codes & Css Web 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>