Shades of Christi #74AA10
Tints of Christi #74AA10
RGB
CMYK
RGB Variations
Color information
#74AA10 (or 0x74AA10) is known color: Christi. HEX triplet: 74, AA and 10. RGB value is (116,170,16). Sum of RGB (Red+Green+Blue) = 116+170+16=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA10 is #8B55EF. Grayscale: #888888. Windows color (decimal): -9131504 or 1092212. OLE color: 1092212.
HSL color Cylindrical-coordinate representation of color #74AA10: hue angle of 81.04º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74AA10 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 16 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.33 |
| HSL | 81.04º | 0.83% | 0.36% | - |
| HSV(B) | 81.04º | 0.91% | 0.67% | - |
| XYZ | 21.67 | 32.5 | 5.62 | - |
| YUV | 136.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 16 | 0.32 | 0 | 0.91 | 0.33 | 81.04 | 0.83 | 0.36 |
| Hex | 74 | AA | 10 | 20 | 0 | 5B | 21 | 51 | 53 | 24 |
| Octal | 164 | 252 | 20 | 40 | 0 | 133 | 41 | 121 | 123 | 44 |
| Binary | 1110100 | 10101010 | 10000 | 100000 | 0 | 1011011 | 100001 | 1010001 | 1010011 | 100100 |
Color Harmonies of #74AA10
Complementary color
Monochromatic Colors of #74AA10
Black with #74AA10
Text Example
Text Example
White with #74AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA10; }
p { color: rgb(116,170,16); }
H1.HeaderClassName
{
color: #74AA10;
}
.AnyTagClassName
{
color: #74AA10;
}
</style>
background-color css
<style>
a { background-color: #74AA10; }
a { background-color: rgb(116,170,16); }
div.DivClassName
{
background-color: #74AA10;
}
.BgClassName
{
background-color: #74AA10;
}
</style>
border-color css
<style>
span { border-color: #74AA10; }
span { border-color: rgb(116,170,16); }
td.TdClassName
{
border-color: #74AA10;
}
.TagClassName
{
border-color: #74AA10;
}
</style>