Shades of Christi #74A902
Tints of Christi #74A902
RGB
CMYK
RGB Variations
Color information
#74A902 (or 0x74A902) is known color: Christi. HEX triplet: 74, A9 and 02. RGB value is (116,169,2). Sum of RGB (Red+Green+Blue) = 116+169+2=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #74A902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A902 is #8B56FD. Grayscale: #868686. Windows color (decimal): -9131774 or 174452. OLE color: 174452.
HSL color Cylindrical-coordinate representation of color #74A902: hue angle of 79.04º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74A902 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.34 |
| HSL | 79.04º | 0.98% | 0.34% | - |
| HSV(B) | 79.04º | 0.99% | 0.66% | - |
| XYZ | 21.4 | 32.09 | 5.12 | - |
| YUV | 134.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 2 | 0.31 | 0 | 0.99 | 0.34 | 79.04 | 0.98 | 0.34 |
| Hex | 74 | A9 | 2 | 1F | 0 | 63 | 22 | 4F | 62 | 22 |
| Octal | 164 | 251 | 2 | 37 | 0 | 143 | 42 | 117 | 142 | 42 |
| Binary | 1110100 | 10101001 | 10 | 11111 | 0 | 1100011 | 100010 | 1001111 | 1100010 | 100010 |
Color Harmonies of #74A902
Complementary color
Monochromatic Colors of #74A902
Black with #74A902
Text Example
Text Example
White with #74A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A902; }
p { color: rgb(116,169,2); }
H1.HeaderClassName
{
color: #74A902;
}
.AnyTagClassName
{
color: #74A902;
}
</style>
background-color css
<style>
a { background-color: #74A902; }
a { background-color: rgb(116,169,2); }
div.DivClassName
{
background-color: #74A902;
}
.BgClassName
{
background-color: #74A902;
}
</style>
border-color css
<style>
span { border-color: #74A902; }
span { border-color: rgb(116,169,2); }
td.TdClassName
{
border-color: #74A902;
}
.TagClassName
{
border-color: #74A902;
}
</style>