Shades of Christi #769C16
Tints of Christi #769C16
RGB
CMYK
RGB Variations
Color information
#769C16 (or 0x769C16) is known color: Christi. HEX triplet: 76, 9C and 16. RGB value is (118,156,22). Sum of RGB (Red+Green+Blue) = 118+156+22=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #769C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769C16 is #8963E9. Grayscale: #818181. Windows color (decimal): -9004010 or 1481846. OLE color: 1481846.
HSL color Cylindrical-coordinate representation of color #769C16: hue angle of 77.01º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #769C16 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 22 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.39 |
| HSL | 77.01º | 0.75% | 0.35% | - |
| HSV(B) | 77.01º | 0.86% | 0.61% | - |
| XYZ | 19.5 | 27.69 | 5.08 | - |
| YUV | 129.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 22 | 0.24 | 0 | 0.86 | 0.39 | 77.01 | 0.75 | 0.35 |
| Hex | 76 | 9C | 16 | 18 | 0 | 56 | 27 | 4D | 4B | 23 |
| Octal | 166 | 234 | 26 | 30 | 0 | 126 | 47 | 115 | 113 | 43 |
| Binary | 1110110 | 10011100 | 10110 | 11000 | 0 | 1010110 | 100111 | 1001101 | 1001011 | 100011 |
Color Harmonies of #769C16
Complementary color
Monochromatic Colors of #769C16
Black with #769C16
Text Example
Text Example
White with #769C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C16; }
p { color: rgb(118,156,22); }
H1.HeaderClassName
{
color: #769C16;
}
.AnyTagClassName
{
color: #769C16;
}
</style>
background-color css
<style>
a { background-color: #769C16; }
a { background-color: rgb(118,156,22); }
div.DivClassName
{
background-color: #769C16;
}
.BgClassName
{
background-color: #769C16;
}
</style>
border-color css
<style>
span { border-color: #769C16; }
span { border-color: rgb(118,156,22); }
td.TdClassName
{
border-color: #769C16;
}
.TagClassName
{
border-color: #769C16;
}
</style>