Shades of Christi #76BD0A
Tints of Christi #76BD0A
RGB
CMYK
RGB Variations
Color information
#76BD0A (or 0x76BD0A) is known color: Christi. HEX triplet: 76, BD and 0A. RGB value is (118,189,10). Sum of RGB (Red+Green+Blue) = 118+189+10=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BD0A is #8942F5. Grayscale: #949494. Windows color (decimal): -8995574 or 703862. OLE color: 703862.
HSL color Cylindrical-coordinate representation of color #76BD0A: hue angle of 83.8º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76BD0A is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 10 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.26 |
| HSL | 83.8º | 0.9% | 0.39% | - |
| HSV(B) | 83.8º | 0.95% | 0.74% | - |
| XYZ | 25.72 | 40.27 | 6.7 | - |
| YUV | 147.37 | 50.48 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 10 | 0.38 | 0 | 0.95 | 0.26 | 83.8 | 0.9 | 0.39 |
| Hex | 76 | BD | A | 26 | 0 | 5F | 1A | 54 | 5A | 27 |
| Octal | 166 | 275 | 12 | 46 | 0 | 137 | 32 | 124 | 132 | 47 |
| Binary | 1110110 | 10111101 | 1010 | 100110 | 0 | 1011111 | 11010 | 1010100 | 1011010 | 100111 |
Color Harmonies of #76BD0A
Complementary color
Monochromatic Colors of #76BD0A
Black with #76BD0A
Text Example
Text Example
White with #76BD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD0A; }
p { color: rgb(118,189,10); }
H1.HeaderClassName
{
color: #76BD0A;
}
.AnyTagClassName
{
color: #76BD0A;
}
</style>
background-color css
<style>
a { background-color: #76BD0A; }
a { background-color: rgb(118,189,10); }
div.DivClassName
{
background-color: #76BD0A;
}
.BgClassName
{
background-color: #76BD0A;
}
</style>
border-color css
<style>
span { border-color: #76BD0A; }
span { border-color: rgb(118,189,10); }
td.TdClassName
{
border-color: #76BD0A;
}
.TagClassName
{
border-color: #76BD0A;
}
</style>