Shades of Christi #76A401
Tints of Christi #76A401
RGB
CMYK
RGB Variations
Color information
#76A401 (or 0x76A401) is known color: Christi. HEX triplet: 76, A4 and 01. RGB value is (118,164,1). Sum of RGB (Red+Green+Blue) = 118+164+1=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #76A401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A401 is #895BFE. Grayscale: #848484. Windows color (decimal): -9001983 or 107638. OLE color: 107638.
HSL color Cylindrical-coordinate representation of color #76A401: hue angle of 76.93º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76A401 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.36 |
| HSL | 76.93º | 0.99% | 0.32% | - |
| HSV(B) | 76.93º | 0.99% | 0.64% | - |
| XYZ | 20.75 | 30.4 | 4.8 | - |
| YUV | 131.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 1 | 0.28 | 0 | 0.99 | 0.36 | 76.93 | 0.99 | 0.32 |
| Hex | 76 | A4 | 1 | 1C | 0 | 63 | 24 | 4D | 63 | 20 |
| Octal | 166 | 244 | 1 | 34 | 0 | 143 | 44 | 115 | 143 | 40 |
| Binary | 1110110 | 10100100 | 1 | 11100 | 0 | 1100011 | 100100 | 1001101 | 1100011 | 100000 |
Color Harmonies of #76A401
Complementary color
Monochromatic Colors of #76A401
Black with #76A401
Text Example
Text Example
White with #76A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A401; }
p { color: rgb(118,164,1); }
H1.HeaderClassName
{
color: #76A401;
}
.AnyTagClassName
{
color: #76A401;
}
</style>
background-color css
<style>
a { background-color: #76A401; }
a { background-color: rgb(118,164,1); }
div.DivClassName
{
background-color: #76A401;
}
.BgClassName
{
background-color: #76A401;
}
</style>
border-color css
<style>
span { border-color: #76A401; }
span { border-color: rgb(118,164,1); }
td.TdClassName
{
border-color: #76A401;
}
.TagClassName
{
border-color: #76A401;
}
</style>