Shades of Christi #76B407
Tints of Christi #76B407
RGB
CMYK
RGB Variations
Color information
#76B407 (or 0x76B407) is known color: Christi. HEX triplet: 76, B4 and 07. RGB value is (118,180,7). Sum of RGB (Red+Green+Blue) = 118+180+7=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #76B407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B407 is #894BF8. Grayscale: #8E8E8E. Windows color (decimal): -8997881 or 504950. OLE color: 504950.
HSL color Cylindrical-coordinate representation of color #76B407: hue angle of 81.5º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76B407 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 7 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.29 |
| HSL | 81.5º | 0.93% | 0.37% | - |
| HSV(B) | 81.5º | 0.96% | 0.71% | - |
| XYZ | 23.83 | 36.51 | 5.99 | - |
| YUV | 141.74 | 51.96 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 7 | 0.34 | 0 | 0.96 | 0.29 | 81.5 | 0.93 | 0.37 |
| Hex | 76 | B4 | 7 | 22 | 0 | 60 | 1D | 52 | 5D | 25 |
| Octal | 166 | 264 | 7 | 42 | 0 | 140 | 35 | 122 | 135 | 45 |
| Binary | 1110110 | 10110100 | 111 | 100010 | 0 | 1100000 | 11101 | 1010010 | 1011101 | 100101 |
Color Harmonies of #76B407
Complementary color
Monochromatic Colors of #76B407
Black with #76B407
Text Example
Text Example
White with #76B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B407; }
p { color: rgb(118,180,7); }
H1.HeaderClassName
{
color: #76B407;
}
.AnyTagClassName
{
color: #76B407;
}
</style>
background-color css
<style>
a { background-color: #76B407; }
a { background-color: rgb(118,180,7); }
div.DivClassName
{
background-color: #76B407;
}
.BgClassName
{
background-color: #76B407;
}
</style>
border-color css
<style>
span { border-color: #76B407; }
span { border-color: rgb(118,180,7); }
td.TdClassName
{
border-color: #76B407;
}
.TagClassName
{
border-color: #76B407;
}
</style>