Shades of Christi #749F22
Tints of Christi #749F22
RGB
CMYK
RGB Variations
Color information
#749F22 (or 0x749F22) is known color: Christi. HEX triplet: 74, 9F and 22. RGB value is (116,159,34). Sum of RGB (Red+Green+Blue) = 116+159+34=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #749F22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F22 is #8B60DD. Grayscale: #848484. Windows color (decimal): -9134302 or 2269044. OLE color: 2269044.
HSL color Cylindrical-coordinate representation of color #749F22: hue angle of 80.64º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #749F22 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 34 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.38 |
| HSL | 80.64º | 0.65% | 0.38% | - |
| HSV(B) | 80.64º | 0.79% | 0.62% | - |
| XYZ | 19.89 | 28.62 | 5.99 | - |
| YUV | 131.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 34 | 0.27 | 0 | 0.79 | 0.38 | 80.64 | 0.65 | 0.38 |
| Hex | 74 | 9F | 22 | 1B | 0 | 4F | 26 | 51 | 41 | 26 |
| Octal | 164 | 237 | 42 | 33 | 0 | 117 | 46 | 121 | 101 | 46 |
| Binary | 1110100 | 10011111 | 100010 | 11011 | 0 | 1001111 | 100110 | 1010001 | 1000001 | 100110 |
Color Harmonies of #749F22
Complementary color
Monochromatic Colors of #749F22
Black with #749F22
Text Example
Text Example
White with #749F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F22; }
p { color: rgb(116,159,34); }
H1.HeaderClassName
{
color: #749F22;
}
.AnyTagClassName
{
color: #749F22;
}
</style>
background-color css
<style>
a { background-color: #749F22; }
a { background-color: rgb(116,159,34); }
div.DivClassName
{
background-color: #749F22;
}
.BgClassName
{
background-color: #749F22;
}
</style>
border-color css
<style>
span { border-color: #749F22; }
span { border-color: rgb(116,159,34); }
td.TdClassName
{
border-color: #749F22;
}
.TagClassName
{
border-color: #749F22;
}
</style>