Shades of Christi #74AA05
Tints of Christi #74AA05
RGB
CMYK
RGB Variations
Color information
#74AA05 (or 0x74AA05) is known color: Christi. HEX triplet: 74, AA and 05. RGB value is (116,170,5). Sum of RGB (Red+Green+Blue) = 116+170+5=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA05 is #8B55FA. Grayscale: #878787. Windows color (decimal): -9131515 or 371316. OLE color: 371316.
HSL color Cylindrical-coordinate representation of color #74AA05: hue angle of 79.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74AA05 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.33 |
| HSL | 79.64º | 0.94% | 0.34% | - |
| HSV(B) | 79.64º | 0.97% | 0.67% | - |
| XYZ | 21.6 | 32.47 | 5.27 | - |
| YUV | 135.04 | 54.61 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 5 | 0.32 | 0 | 0.97 | 0.33 | 79.64 | 0.94 | 0.34 |
| Hex | 74 | AA | 5 | 20 | 0 | 61 | 21 | 50 | 5E | 22 |
| Octal | 164 | 252 | 5 | 40 | 0 | 141 | 41 | 120 | 136 | 42 |
| Binary | 1110100 | 10101010 | 101 | 100000 | 0 | 1100001 | 100001 | 1010000 | 1011110 | 100010 |
Color Harmonies of #74AA05
Complementary color
Monochromatic Colors of #74AA05
Black with #74AA05
Text Example
Text Example
White with #74AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA05; }
p { color: rgb(116,170,5); }
H1.HeaderClassName
{
color: #74AA05;
}
.AnyTagClassName
{
color: #74AA05;
}
</style>
background-color css
<style>
a { background-color: #74AA05; }
a { background-color: rgb(116,170,5); }
div.DivClassName
{
background-color: #74AA05;
}
.BgClassName
{
background-color: #74AA05;
}
</style>
border-color css
<style>
span { border-color: #74AA05; }
span { border-color: rgb(116,170,5); }
td.TdClassName
{
border-color: #74AA05;
}
.TagClassName
{
border-color: #74AA05;
}
</style>