Shades of Christi #76B901
Tints of Christi #76B901
RGB
CMYK
RGB Variations
Color information
#76B901 (or 0x76B901) is known color: Christi. HEX triplet: 76, B9 and 01. RGB value is (118,185,1). Sum of RGB (Red+Green+Blue) = 118+185+1=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #76B901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B901 is #8946FE. Grayscale: #909090. Windows color (decimal): -8996607 or 113014. OLE color: 113014.
HSL color Cylindrical-coordinate representation of color #76B901: hue angle of 81.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76B901 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.27 |
| HSL | 81.85º | 0.99% | 0.36% | - |
| HSV(B) | 81.85º | 0.99% | 0.73% | - |
| XYZ | 24.83 | 38.55 | 6.16 | - |
| YUV | 143.99 | 47.3 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 1 | 0.36 | 0 | 0.99 | 0.27 | 81.85 | 0.99 | 0.36 |
| Hex | 76 | B9 | 1 | 24 | 0 | 63 | 1B | 52 | 63 | 24 |
| Octal | 166 | 271 | 1 | 44 | 0 | 143 | 33 | 122 | 143 | 44 |
| Binary | 1110110 | 10111001 | 1 | 100100 | 0 | 1100011 | 11011 | 1010010 | 1100011 | 100100 |
Color Harmonies of #76B901
Complementary color
Monochromatic Colors of #76B901
Black with #76B901
Text Example
Text Example
White with #76B901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B901; }
p { color: rgb(118,185,1); }
H1.HeaderClassName
{
color: #76B901;
}
.AnyTagClassName
{
color: #76B901;
}
</style>
background-color css
<style>
a { background-color: #76B901; }
a { background-color: rgb(118,185,1); }
div.DivClassName
{
background-color: #76B901;
}
.BgClassName
{
background-color: #76B901;
}
</style>
border-color css
<style>
span { border-color: #76B901; }
span { border-color: rgb(118,185,1); }
td.TdClassName
{
border-color: #76B901;
}
.TagClassName
{
border-color: #76B901;
}
</style>