Shades of Christi #74A614
Tints of Christi #74A614
RGB
CMYK
RGB Variations
Color information
#74A614 (or 0x74A614) is known color: Christi. HEX triplet: 74, A6 and 14. RGB value is (116,166,20). Sum of RGB (Red+Green+Blue) = 116+166+20=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #74A614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A614 is #8B59EB. Grayscale: #868686. Windows color (decimal): -9132524 or 1353332. OLE color: 1353332.
HSL color Cylindrical-coordinate representation of color #74A614: hue angle of 80.55º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74A614 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 20 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.35 |
| HSL | 80.55º | 0.78% | 0.36% | - |
| HSV(B) | 80.55º | 0.88% | 0.65% | - |
| XYZ | 20.96 | 31.04 | 5.55 | - |
| YUV | 134.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 20 | 0.30 | 0 | 0.88 | 0.35 | 80.55 | 0.78 | 0.36 |
| Hex | 74 | A6 | 14 | 1E | 0 | 58 | 23 | 51 | 4E | 24 |
| Octal | 164 | 246 | 24 | 36 | 0 | 130 | 43 | 121 | 116 | 44 |
| Binary | 1110100 | 10100110 | 10100 | 11110 | 0 | 1011000 | 100011 | 1010001 | 1001110 | 100100 |
Color Harmonies of #74A614
Complementary color
Monochromatic Colors of #74A614
Black with #74A614
Text Example
Text Example
White with #74A614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A614; }
p { color: rgb(116,166,20); }
H1.HeaderClassName
{
color: #74A614;
}
.AnyTagClassName
{
color: #74A614;
}
</style>
background-color css
<style>
a { background-color: #74A614; }
a { background-color: rgb(116,166,20); }
div.DivClassName
{
background-color: #74A614;
}
.BgClassName
{
background-color: #74A614;
}
</style>
border-color css
<style>
span { border-color: #74A614; }
span { border-color: rgb(116,166,20); }
td.TdClassName
{
border-color: #74A614;
}
.TagClassName
{
border-color: #74A614;
}
</style>