Shades of Christi #74A720
Tints of Christi #74A720
RGB
CMYK
RGB Variations
Color information
#74A720 (or 0x74A720) is known color: Christi. HEX triplet: 74, A7 and 20. RGB value is (116,167,32). Sum of RGB (Red+Green+Blue) = 116+167+32=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #74A720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A720 is #8B58DF. Grayscale: #888888. Windows color (decimal): -9132256 or 2140020. OLE color: 2140020.
HSL color Cylindrical-coordinate representation of color #74A720: hue angle of 82.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74A720 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 167 | 32 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.35 |
| HSL | 82.67º | 0.68% | 0.39% | - |
| HSV(B) | 82.67º | 0.81% | 0.65% | - |
| XYZ | 21.28 | 31.45 | 6.32 | - |
| YUV | 136.36 | 69.1 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 32 | 0.31 | 0 | 0.81 | 0.35 | 82.67 | 0.68 | 0.39 |
| Hex | 74 | A7 | 20 | 1F | 0 | 51 | 23 | 53 | 44 | 27 |
| Octal | 164 | 247 | 40 | 37 | 0 | 121 | 43 | 123 | 104 | 47 |
| Binary | 1110100 | 10100111 | 100000 | 11111 | 0 | 1010001 | 100011 | 1010011 | 1000100 | 100111 |
Color Harmonies of #74A720
Complementary color
Monochromatic Colors of #74A720
Black with #74A720
Text Example
Text Example
White with #74A720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A720; }
p { color: rgb(116,167,32); }
H1.HeaderClassName
{
color: #74A720;
}
.AnyTagClassName
{
color: #74A720;
}
</style>
background-color css
<style>
a { background-color: #74A720; }
a { background-color: rgb(116,167,32); }
div.DivClassName
{
background-color: #74A720;
}
.BgClassName
{
background-color: #74A720;
}
</style>
border-color css
<style>
span { border-color: #74A720; }
span { border-color: rgb(116,167,32); }
td.TdClassName
{
border-color: #74A720;
}
.TagClassName
{
border-color: #74A720;
}
</style>