Shades of Christi #749A15
Tints of Christi #749A15
RGB
CMYK
RGB Variations
Color information
#749A15 (or 0x749A15) is known color: Christi. HEX triplet: 74, 9A and 15. RGB value is (116,154,21). Sum of RGB (Red+Green+Blue) = 116+154+21=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #749A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749A15 is #8B65EA. Grayscale: #7F7F7F. Windows color (decimal): -9135595 or 1415796. OLE color: 1415796.
HSL color Cylindrical-coordinate representation of color #749A15: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #749A15 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 21 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.40 |
| HSL | 77.14º | 0.76% | 0.34% | - |
| HSV(B) | 77.14º | 0.86% | 0.6% | - |
| XYZ | 18.89 | 26.88 | 4.9 | - |
| YUV | 127.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 21 | 0.25 | 0 | 0.86 | 0.40 | 77.14 | 0.76 | 0.34 |
| Hex | 74 | 9A | 15 | 19 | 0 | 56 | 28 | 4D | 4C | 22 |
| Octal | 164 | 232 | 25 | 31 | 0 | 126 | 50 | 115 | 114 | 42 |
| Binary | 1110100 | 10011010 | 10101 | 11001 | 0 | 1010110 | 101000 | 1001101 | 1001100 | 100010 |
Color Harmonies of #749A15
Complementary color
Monochromatic Colors of #749A15
Black with #749A15
Text Example
Text Example
White with #749A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A15; }
p { color: rgb(116,154,21); }
H1.HeaderClassName
{
color: #749A15;
}
.AnyTagClassName
{
color: #749A15;
}
</style>
background-color css
<style>
a { background-color: #749A15; }
a { background-color: rgb(116,154,21); }
div.DivClassName
{
background-color: #749A15;
}
.BgClassName
{
background-color: #749A15;
}
</style>
border-color css
<style>
span { border-color: #749A15; }
span { border-color: rgb(116,154,21); }
td.TdClassName
{
border-color: #749A15;
}
.TagClassName
{
border-color: #749A15;
}
</style>