Shades of Christi #74A210
Tints of Christi #74A210
RGB
CMYK
RGB Variations
Color information
#74A210 (or 0x74A210) is known color: Christi. HEX triplet: 74, A2 and 10. RGB value is (116,162,16). Sum of RGB (Red+Green+Blue) = 116+162+16=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #74A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A210 is #8B5DEF. Grayscale: #848484. Windows color (decimal): -9133552 or 1090164. OLE color: 1090164.
HSL color Cylindrical-coordinate representation of color #74A210: hue angle of 78.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74A210 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 16 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.36 |
| HSL | 78.9º | 0.82% | 0.35% | - |
| HSV(B) | 78.9º | 0.9% | 0.64% | - |
| XYZ | 20.22 | 29.59 | 5.14 | - |
| YUV | 131.6 | 62.76 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 16 | 0.28 | 0 | 0.90 | 0.36 | 78.9 | 0.82 | 0.35 |
| Hex | 74 | A2 | 10 | 1C | 0 | 5A | 24 | 4F | 52 | 23 |
| Octal | 164 | 242 | 20 | 34 | 0 | 132 | 44 | 117 | 122 | 43 |
| Binary | 1110100 | 10100010 | 10000 | 11100 | 0 | 1011010 | 100100 | 1001111 | 1010010 | 100011 |
Color Harmonies of #74A210
Complementary color
Monochromatic Colors of #74A210
Black with #74A210
Text Example
Text Example
White with #74A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A210; }
p { color: rgb(116,162,16); }
H1.HeaderClassName
{
color: #74A210;
}
.AnyTagClassName
{
color: #74A210;
}
</style>
background-color css
<style>
a { background-color: #74A210; }
a { background-color: rgb(116,162,16); }
div.DivClassName
{
background-color: #74A210;
}
.BgClassName
{
background-color: #74A210;
}
</style>
border-color css
<style>
span { border-color: #74A210; }
span { border-color: rgb(116,162,16); }
td.TdClassName
{
border-color: #74A210;
}
.TagClassName
{
border-color: #74A210;
}
</style>