Shades of Christi #74A20E
Tints of Christi #74A20E
RGB
CMYK
RGB Variations
Color information
#74A20E (or 0x74A20E) is known color: Christi. HEX triplet: 74, A2 and 0E. RGB value is (116,162,14). Sum of RGB (Red+Green+Blue) = 116+162+14=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #74A20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A20E is #8B5DF1. Grayscale: #838383. Windows color (decimal): -9133554 or 959092. OLE color: 959092.
HSL color Cylindrical-coordinate representation of color #74A20E: hue angle of 78.65º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74A20E is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 14 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.36 |
| HSL | 78.65º | 0.84% | 0.35% | - |
| HSV(B) | 78.65º | 0.91% | 0.64% | - |
| XYZ | 20.2 | 29.59 | 5.06 | - |
| YUV | 131.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 14 | 0.28 | 0 | 0.91 | 0.36 | 78.65 | 0.84 | 0.35 |
| Hex | 74 | A2 | E | 1C | 0 | 5B | 24 | 4F | 54 | 23 |
| Octal | 164 | 242 | 16 | 34 | 0 | 133 | 44 | 117 | 124 | 43 |
| Binary | 1110100 | 10100010 | 1110 | 11100 | 0 | 1011011 | 100100 | 1001111 | 1010100 | 100011 |
Color Harmonies of #74A20E
Complementary color
Monochromatic Colors of #74A20E
Black with #74A20E
Text Example
Text Example
White with #74A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A20E; }
p { color: rgb(116,162,14); }
H1.HeaderClassName
{
color: #74A20E;
}
.AnyTagClassName
{
color: #74A20E;
}
</style>
background-color css
<style>
a { background-color: #74A20E; }
a { background-color: rgb(116,162,14); }
div.DivClassName
{
background-color: #74A20E;
}
.BgClassName
{
background-color: #74A20E;
}
</style>
border-color css
<style>
span { border-color: #74A20E; }
span { border-color: rgb(116,162,14); }
td.TdClassName
{
border-color: #74A20E;
}
.TagClassName
{
border-color: #74A20E;
}
</style>