Shades of Christi #74AA01
Tints of Christi #74AA01
RGB
CMYK
RGB Variations
Color information
#74AA01 (or 0x74AA01) is known color: Christi. HEX triplet: 74, AA and 01. RGB value is (116,170,1). Sum of RGB (Red+Green+Blue) = 116+170+1=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA01 is #8B55FE. Grayscale: #878787. Windows color (decimal): -9131519 or 109172. OLE color: 109172.
HSL color Cylindrical-coordinate representation of color #74AA01: hue angle of 79.17º degrees, saturation: 0.99, 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 #74AA01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.33 |
| HSL | 79.17º | 0.99% | 0.34% | - |
| HSV(B) | 79.17º | 0.99% | 0.67% | - |
| XYZ | 21.58 | 32.46 | 5.16 | - |
| YUV | 134.59 | 52.61 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 1 | 0.32 | 0 | 0.99 | 0.33 | 79.17 | 0.99 | 0.34 |
| Hex | 74 | AA | 1 | 20 | 0 | 63 | 21 | 4F | 63 | 22 |
| Octal | 164 | 252 | 1 | 40 | 0 | 143 | 41 | 117 | 143 | 42 |
| Binary | 1110100 | 10101010 | 1 | 100000 | 0 | 1100011 | 100001 | 1001111 | 1100011 | 100010 |
Color Harmonies of #74AA01
Complementary color
Monochromatic Colors of #74AA01
Black with #74AA01
Text Example
Text Example
White with #74AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA01; }
p { color: rgb(116,170,1); }
H1.HeaderClassName
{
color: #74AA01;
}
.AnyTagClassName
{
color: #74AA01;
}
</style>
background-color css
<style>
a { background-color: #74AA01; }
a { background-color: rgb(116,170,1); }
div.DivClassName
{
background-color: #74AA01;
}
.BgClassName
{
background-color: #74AA01;
}
</style>
border-color css
<style>
span { border-color: #74AA01; }
span { border-color: rgb(116,170,1); }
td.TdClassName
{
border-color: #74AA01;
}
.TagClassName
{
border-color: #74AA01;
}
</style>