Shades of Christi #709E22
Tints of Christi #709E22
RGB
CMYK
RGB Variations
Color information
#709E22 (or 0x709E22) is known color: Christi. HEX triplet: 70, 9E and 22. RGB value is (112,158,34). Sum of RGB (Red+Green+Blue) = 112+158+34=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #709E22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709E22 is #8F61DD. Grayscale: #828282. Windows color (decimal): -9396702 or 2268784. OLE color: 2268784.
HSL color Cylindrical-coordinate representation of color #709E22: hue angle of 82.26º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #709E22 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 34 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.38 |
| HSL | 82.26º | 0.65% | 0.38% | - |
| HSV(B) | 82.26º | 0.78% | 0.62% | - |
| XYZ | 19.2 | 28.01 | 5.91 | - |
| YUV | 130.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 34 | 0.29 | 0 | 0.78 | 0.38 | 82.26 | 0.65 | 0.38 |
| Hex | 70 | 9E | 22 | 1D | 0 | 4E | 26 | 52 | 41 | 26 |
| Octal | 160 | 236 | 42 | 35 | 0 | 116 | 46 | 122 | 101 | 46 |
| Binary | 1110000 | 10011110 | 100010 | 11101 | 0 | 1001110 | 100110 | 1010010 | 1000001 | 100110 |
Color Harmonies of #709E22
Complementary color
Monochromatic Colors of #709E22
Black with #709E22
Text Example
Text Example
White with #709E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E22; }
p { color: rgb(112,158,34); }
H1.HeaderClassName
{
color: #709E22;
}
.AnyTagClassName
{
color: #709E22;
}
</style>
background-color css
<style>
a { background-color: #709E22; }
a { background-color: rgb(112,158,34); }
div.DivClassName
{
background-color: #709E22;
}
.BgClassName
{
background-color: #709E22;
}
</style>
border-color css
<style>
span { border-color: #709E22; }
span { border-color: rgb(112,158,34); }
td.TdClassName
{
border-color: #709E22;
}
.TagClassName
{
border-color: #709E22;
}
</style>