Shades of Christi #74A00E
Tints of Christi #74A00E
RGB
CMYK
RGB Variations
Color information
#74A00E (or 0x74A00E) is known color: Christi. HEX triplet: 74, A0 and 0E. RGB value is (116,160,14). Sum of RGB (Red+Green+Blue) = 116+160+14=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #74A00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A00E is #8B5FF1. Grayscale: #828282. Windows color (decimal): -9134066 or 958580. OLE color: 958580.
HSL color Cylindrical-coordinate representation of color #74A00E: hue angle of 78.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74A00E is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 14 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.37 |
| HSL | 78.08º | 0.84% | 0.34% | - |
| HSV(B) | 78.08º | 0.91% | 0.63% | - |
| XYZ | 19.85 | 28.89 | 4.94 | - |
| YUV | 130.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 14 | 0.28 | 0 | 0.91 | 0.37 | 78.08 | 0.84 | 0.34 |
| Hex | 74 | A0 | E | 1C | 0 | 5B | 25 | 4E | 54 | 22 |
| Octal | 164 | 240 | 16 | 34 | 0 | 133 | 45 | 116 | 124 | 42 |
| Binary | 1110100 | 10100000 | 1110 | 11100 | 0 | 1011011 | 100101 | 1001110 | 1010100 | 100010 |
Color Harmonies of #74A00E
Complementary color
Monochromatic Colors of #74A00E
Black with #74A00E
Text Example
Text Example
White with #74A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A00E; }
p { color: rgb(116,160,14); }
H1.HeaderClassName
{
color: #74A00E;
}
.AnyTagClassName
{
color: #74A00E;
}
</style>
background-color css
<style>
a { background-color: #74A00E; }
a { background-color: rgb(116,160,14); }
div.DivClassName
{
background-color: #74A00E;
}
.BgClassName
{
background-color: #74A00E;
}
</style>
border-color css
<style>
span { border-color: #74A00E; }
span { border-color: rgb(116,160,14); }
td.TdClassName
{
border-color: #74A00E;
}
.TagClassName
{
border-color: #74A00E;
}
</style>