Shades of Christi #74AA02
Tints of Christi #74AA02
RGB
CMYK
RGB Variations
Color information
#74AA02 (or 0x74AA02) is known color: Christi. HEX triplet: 74, AA and 02. RGB value is (116,170,2). Sum of RGB (Red+Green+Blue) = 116+170+2=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA02 is #8B55FD. Grayscale: #878787. Windows color (decimal): -9131518 or 174708. OLE color: 174708.
HSL color Cylindrical-coordinate representation of color #74AA02: hue angle of 79.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74AA02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.33 |
| HSL | 79.29º | 0.98% | 0.34% | - |
| HSV(B) | 79.29º | 0.99% | 0.67% | - |
| XYZ | 21.59 | 32.47 | 5.19 | - |
| YUV | 134.7 | 53.11 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 2 | 0.32 | 0 | 0.99 | 0.33 | 79.29 | 0.98 | 0.34 |
| Hex | 74 | AA | 2 | 20 | 0 | 63 | 21 | 4F | 62 | 22 |
| Octal | 164 | 252 | 2 | 40 | 0 | 143 | 41 | 117 | 142 | 42 |
| Binary | 1110100 | 10101010 | 10 | 100000 | 0 | 1100011 | 100001 | 1001111 | 1100010 | 100010 |
Color Harmonies of #74AA02
Complementary color
Monochromatic Colors of #74AA02
Black with #74AA02
Text Example
Text Example
White with #74AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA02; }
p { color: rgb(116,170,2); }
H1.HeaderClassName
{
color: #74AA02;
}
.AnyTagClassName
{
color: #74AA02;
}
</style>
background-color css
<style>
a { background-color: #74AA02; }
a { background-color: rgb(116,170,2); }
div.DivClassName
{
background-color: #74AA02;
}
.BgClassName
{
background-color: #74AA02;
}
</style>
border-color css
<style>
span { border-color: #74AA02; }
span { border-color: rgb(116,170,2); }
td.TdClassName
{
border-color: #74AA02;
}
.TagClassName
{
border-color: #74AA02;
}
</style>