Shades of Christi #74AB0E
Tints of Christi #74AB0E
RGB
CMYK
RGB Variations
Color information
#74AB0E (or 0x74AB0E) is known color: Christi. HEX triplet: 74, AB and 0E. RGB value is (116,171,14). Sum of RGB (Red+Green+Blue) = 116+171+14=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AB0E is #8B54F1. Grayscale: #898989. Windows color (decimal): -9131250 or 961396. OLE color: 961396.
HSL color Cylindrical-coordinate representation of color #74AB0E: hue angle of 81.02º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74AB0E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 14 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.33 |
| HSL | 81.02º | 0.85% | 0.36% | - |
| HSV(B) | 81.02º | 0.92% | 0.67% | - |
| XYZ | 21.84 | 32.87 | 5.61 | - |
| YUV | 136.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 14 | 0.32 | 0 | 0.92 | 0.33 | 81.02 | 0.85 | 0.36 |
| Hex | 74 | AB | E | 20 | 0 | 5C | 21 | 51 | 55 | 24 |
| Octal | 164 | 253 | 16 | 40 | 0 | 134 | 41 | 121 | 125 | 44 |
| Binary | 1110100 | 10101011 | 1110 | 100000 | 0 | 1011100 | 100001 | 1010001 | 1010101 | 100100 |
Color Harmonies of #74AB0E
Complementary color
Monochromatic Colors of #74AB0E
Black with #74AB0E
Text Example
Text Example
White with #74AB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB0E; }
p { color: rgb(116,171,14); }
H1.HeaderClassName
{
color: #74AB0E;
}
.AnyTagClassName
{
color: #74AB0E;
}
</style>
background-color css
<style>
a { background-color: #74AB0E; }
a { background-color: rgb(116,171,14); }
div.DivClassName
{
background-color: #74AB0E;
}
.BgClassName
{
background-color: #74AB0E;
}
</style>
border-color css
<style>
span { border-color: #74AB0E; }
span { border-color: rgb(116,171,14); }
td.TdClassName
{
border-color: #74AB0E;
}
.TagClassName
{
border-color: #74AB0E;
}
</style>