Shades of Christi #749A17
Tints of Christi #749A17
RGB
CMYK
RGB Variations
Color information
#749A17 (or 0x749A17) is known color: Christi. HEX triplet: 74, 9A and 17. RGB value is (116,154,23). Sum of RGB (Red+Green+Blue) = 116+154+23=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #749A17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749A17 is #8B65E8. Grayscale: #808080. Windows color (decimal): -9135593 or 1546868. OLE color: 1546868.
HSL color Cylindrical-coordinate representation of color #749A17: hue angle of 77.4º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #749A17 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 23 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.40 |
| HSL | 77.4º | 0.74% | 0.35% | - |
| HSV(B) | 77.4º | 0.85% | 0.6% | - |
| XYZ | 18.91 | 26.89 | 5 | - |
| YUV | 127.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 23 | 0.25 | 0 | 0.85 | 0.40 | 77.4 | 0.74 | 0.35 |
| Hex | 74 | 9A | 17 | 19 | 0 | 55 | 28 | 4D | 4A | 23 |
| Octal | 164 | 232 | 27 | 31 | 0 | 125 | 50 | 115 | 112 | 43 |
| Binary | 1110100 | 10011010 | 10111 | 11001 | 0 | 1010101 | 101000 | 1001101 | 1001010 | 100011 |
Color Harmonies of #749A17
Complementary color
Monochromatic Colors of #749A17
Black with #749A17
Text Example
Text Example
White with #749A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A17; }
p { color: rgb(116,154,23); }
H1.HeaderClassName
{
color: #749A17;
}
.AnyTagClassName
{
color: #749A17;
}
</style>
background-color css
<style>
a { background-color: #749A17; }
a { background-color: rgb(116,154,23); }
div.DivClassName
{
background-color: #749A17;
}
.BgClassName
{
background-color: #749A17;
}
</style>
border-color css
<style>
span { border-color: #749A17; }
span { border-color: rgb(116,154,23); }
td.TdClassName
{
border-color: #749A17;
}
.TagClassName
{
border-color: #749A17;
}
</style>