Shades of Christi #74AB15
Tints of Christi #74AB15
RGB
CMYK
RGB Variations
Color information
#74AB15 (or 0x74AB15) is known color: Christi. HEX triplet: 74, AB and 15. RGB value is (116,171,21). Sum of RGB (Red+Green+Blue) = 116+171+21=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AB15 is #8B54EA. Grayscale: #8A8A8A. Windows color (decimal): -9131243 or 1420148. OLE color: 1420148.
HSL color Cylindrical-coordinate representation of color #74AB15: hue angle of 82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74AB15 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 21 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.33 |
| HSL | 82º | 0.78% | 0.38% | - |
| HSV(B) | 82º | 0.88% | 0.67% | - |
| XYZ | 21.9 | 32.89 | 5.9 | - |
| YUV | 137.46 | 62.28 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 21 | 0.32 | 0 | 0.88 | 0.33 | 82 | 0.78 | 0.38 |
| Hex | 74 | AB | 15 | 20 | 0 | 58 | 21 | 52 | 4E | 26 |
| Octal | 164 | 253 | 25 | 40 | 0 | 130 | 41 | 122 | 116 | 46 |
| Binary | 1110100 | 10101011 | 10101 | 100000 | 0 | 1011000 | 100001 | 1010010 | 1001110 | 100110 |
Color Harmonies of #74AB15
Complementary color
Monochromatic Colors of #74AB15
Black with #74AB15
Text Example
Text Example
White with #74AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB15; }
p { color: rgb(116,171,21); }
H1.HeaderClassName
{
color: #74AB15;
}
.AnyTagClassName
{
color: #74AB15;
}
</style>
background-color css
<style>
a { background-color: #74AB15; }
a { background-color: rgb(116,171,21); }
div.DivClassName
{
background-color: #74AB15;
}
.BgClassName
{
background-color: #74AB15;
}
</style>
border-color css
<style>
span { border-color: #74AB15; }
span { border-color: rgb(116,171,21); }
td.TdClassName
{
border-color: #74AB15;
}
.TagClassName
{
border-color: #74AB15;
}
</style>