Shades of Christi #74A80E
Tints of Christi #74A80E
RGB
CMYK
RGB Variations
Color information
#74A80E (or 0x74A80E) is known color: Christi. HEX triplet: 74, A8 and 0E. RGB value is (116,168,14). Sum of RGB (Red+Green+Blue) = 116+168+14=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #74A80E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A80E is #8B57F1. Grayscale: #878787. Windows color (decimal): -9132018 or 960628. OLE color: 960628.
HSL color Cylindrical-coordinate representation of color #74A80E: hue angle of 80.26º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74A80E is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 168 | 14 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.34 |
| HSL | 80.26º | 0.85% | 0.36% | - |
| HSV(B) | 80.26º | 0.92% | 0.66% | - |
| XYZ | 21.28 | 31.75 | 5.42 | - |
| YUV | 134.9 | 59.77 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 14 | 0.31 | 0 | 0.92 | 0.34 | 80.26 | 0.85 | 0.36 |
| Hex | 74 | A8 | E | 1F | 0 | 5C | 22 | 50 | 55 | 24 |
| Octal | 164 | 250 | 16 | 37 | 0 | 134 | 42 | 120 | 125 | 44 |
| Binary | 1110100 | 10101000 | 1110 | 11111 | 0 | 1011100 | 100010 | 1010000 | 1010101 | 100100 |
Color Harmonies of #74A80E
Complementary color
Monochromatic Colors of #74A80E
Black with #74A80E
Text Example
Text Example
White with #74A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A80E; }
p { color: rgb(116,168,14); }
H1.HeaderClassName
{
color: #74A80E;
}
.AnyTagClassName
{
color: #74A80E;
}
</style>
background-color css
<style>
a { background-color: #74A80E; }
a { background-color: rgb(116,168,14); }
div.DivClassName
{
background-color: #74A80E;
}
.BgClassName
{
background-color: #74A80E;
}
</style>
border-color css
<style>
span { border-color: #74A80E; }
span { border-color: rgb(116,168,14); }
td.TdClassName
{
border-color: #74A80E;
}
.TagClassName
{
border-color: #74A80E;
}
</style>