Shades of Christi #76BA08
Tints of Christi #76BA08
RGB
CMYK
RGB Variations
Color information
#76BA08 (or 0x76BA08) is known color: Christi. HEX triplet: 76, BA and 08. RGB value is (118,186,8). Sum of RGB (Red+Green+Blue) = 118+186+8=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BA08 is #8945F7. Grayscale: #929292. Windows color (decimal): -8996344 or 572022. OLE color: 572022.
HSL color Cylindrical-coordinate representation of color #76BA08: hue angle of 82.92º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76BA08 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.27 |
| HSL | 82.92º | 0.92% | 0.38% | - |
| HSV(B) | 82.92º | 0.96% | 0.73% | - |
| XYZ | 25.07 | 38.99 | 6.43 | - |
| YUV | 145.38 | 50.47 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 8 | 0.37 | 0 | 0.96 | 0.27 | 82.92 | 0.92 | 0.38 |
| Hex | 76 | BA | 8 | 25 | 0 | 60 | 1B | 53 | 5C | 26 |
| Octal | 166 | 272 | 10 | 45 | 0 | 140 | 33 | 123 | 134 | 46 |
| Binary | 1110110 | 10111010 | 1000 | 100101 | 0 | 1100000 | 11011 | 1010011 | 1011100 | 100110 |
Color Harmonies of #76BA08
Complementary color
Monochromatic Colors of #76BA08
Black with #76BA08
Text Example
Text Example
White with #76BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA08; }
p { color: rgb(118,186,8); }
H1.HeaderClassName
{
color: #76BA08;
}
.AnyTagClassName
{
color: #76BA08;
}
</style>
background-color css
<style>
a { background-color: #76BA08; }
a { background-color: rgb(118,186,8); }
div.DivClassName
{
background-color: #76BA08;
}
.BgClassName
{
background-color: #76BA08;
}
</style>
border-color css
<style>
span { border-color: #76BA08; }
span { border-color: rgb(118,186,8); }
td.TdClassName
{
border-color: #76BA08;
}
.TagClassName
{
border-color: #76BA08;
}
</style>