Shades of Christi #76B401
Tints of Christi #76B401
RGB
CMYK
RGB Variations
Color information
#76B401 (or 0x76B401) is known color: Christi. HEX triplet: 76, B4 and 01. RGB value is (118,180,1). Sum of RGB (Red+Green+Blue) = 118+180+1=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #76B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B401 is #894BFE. Grayscale: #8D8D8D. Windows color (decimal): -8997887 or 111734. OLE color: 111734.
HSL color Cylindrical-coordinate representation of color #76B401: hue angle of 80.78º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76B401 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.29 |
| HSL | 80.78º | 0.99% | 0.35% | - |
| HSV(B) | 80.78º | 0.99% | 0.71% | - |
| XYZ | 23.8 | 36.5 | 5.82 | - |
| YUV | 141.06 | 48.96 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 1 | 0.34 | 0 | 0.99 | 0.29 | 80.78 | 0.99 | 0.35 |
| Hex | 76 | B4 | 1 | 22 | 0 | 63 | 1D | 51 | 63 | 23 |
| Octal | 166 | 264 | 1 | 42 | 0 | 143 | 35 | 121 | 143 | 43 |
| Binary | 1110110 | 10110100 | 1 | 100010 | 0 | 1100011 | 11101 | 1010001 | 1100011 | 100011 |
Color Harmonies of #76B401
Complementary color
Monochromatic Colors of #76B401
Black with #76B401
Text Example
Text Example
White with #76B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B401; }
p { color: rgb(118,180,1); }
H1.HeaderClassName
{
color: #76B401;
}
.AnyTagClassName
{
color: #76B401;
}
</style>
background-color css
<style>
a { background-color: #76B401; }
a { background-color: rgb(118,180,1); }
div.DivClassName
{
background-color: #76B401;
}
.BgClassName
{
background-color: #76B401;
}
</style>
border-color css
<style>
span { border-color: #76B401; }
span { border-color: rgb(118,180,1); }
td.TdClassName
{
border-color: #76B401;
}
.TagClassName
{
border-color: #76B401;
}
</style>