Shades of Christi #74A009
Tints of Christi #74A009
RGB
CMYK
RGB Variations
Color information
#74A009 (or 0x74A009) is known color: Christi. HEX triplet: 74, A0 and 09. RGB value is (116,160,9). Sum of RGB (Red+Green+Blue) = 116+160+9=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #74A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A009 is #8B5FF6. Grayscale: #828282. Windows color (decimal): -9134071 or 630900. OLE color: 630900.
HSL color Cylindrical-coordinate representation of color #74A009: hue angle of 77.48º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74A009 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 9 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.37 |
| HSL | 77.48º | 0.89% | 0.33% | - |
| HSV(B) | 77.48º | 0.94% | 0.63% | - |
| XYZ | 19.82 | 28.87 | 4.79 | - |
| YUV | 129.63 | 59.92 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 9 | 0.28 | 0 | 0.94 | 0.37 | 77.48 | 0.89 | 0.33 |
| Hex | 74 | A0 | 9 | 1C | 0 | 5E | 25 | 4D | 59 | 21 |
| Octal | 164 | 240 | 11 | 34 | 0 | 136 | 45 | 115 | 131 | 41 |
| Binary | 1110100 | 10100000 | 1001 | 11100 | 0 | 1011110 | 100101 | 1001101 | 1011001 | 100001 |
Color Harmonies of #74A009
Complementary color
Monochromatic Colors of #74A009
Black with #74A009
Text Example
Text Example
White with #74A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A009; }
p { color: rgb(116,160,9); }
H1.HeaderClassName
{
color: #74A009;
}
.AnyTagClassName
{
color: #74A009;
}
</style>
background-color css
<style>
a { background-color: #74A009; }
a { background-color: rgb(116,160,9); }
div.DivClassName
{
background-color: #74A009;
}
.BgClassName
{
background-color: #74A009;
}
</style>
border-color css
<style>
span { border-color: #74A009; }
span { border-color: rgb(116,160,9); }
td.TdClassName
{
border-color: #74A009;
}
.TagClassName
{
border-color: #74A009;
}
</style>