Shades of Christi #709F24
Tints of Christi #709F24
RGB
CMYK
RGB Variations
Color information
#709F24 (or 0x709F24) is known color: Christi. HEX triplet: 70, 9F and 24. RGB value is (112,159,36). Sum of RGB (Red+Green+Blue) = 112+159+36=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #709F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F24 is #8F60DB. Grayscale: #838383. Windows color (decimal): -9396444 or 2400112. OLE color: 2400112.
HSL color Cylindrical-coordinate representation of color #709F24: hue angle of 82.93º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #709F24 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 36 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.38 |
| HSL | 82.93º | 0.63% | 0.38% | - |
| HSV(B) | 82.93º | 0.77% | 0.62% | - |
| XYZ | 19.4 | 28.37 | 6.12 | - |
| YUV | 130.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 36 | 0.30 | 0 | 0.77 | 0.38 | 82.93 | 0.63 | 0.38 |
| Hex | 70 | 9F | 24 | 1E | 0 | 4D | 26 | 53 | 3F | 26 |
| Octal | 160 | 237 | 44 | 36 | 0 | 115 | 46 | 123 | 77 | 46 |
| Binary | 1110000 | 10011111 | 100100 | 11110 | 0 | 1001101 | 100110 | 1010011 | 111111 | 100110 |
Color Harmonies of #709F24
Complementary color
Monochromatic Colors of #709F24
Black with #709F24
Text Example
Text Example
White with #709F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F24; }
p { color: rgb(112,159,36); }
H1.HeaderClassName
{
color: #709F24;
}
.AnyTagClassName
{
color: #709F24;
}
</style>
background-color css
<style>
a { background-color: #709F24; }
a { background-color: rgb(112,159,36); }
div.DivClassName
{
background-color: #709F24;
}
.BgClassName
{
background-color: #709F24;
}
</style>
border-color css
<style>
span { border-color: #709F24; }
span { border-color: rgb(112,159,36); }
td.TdClassName
{
border-color: #709F24;
}
.TagClassName
{
border-color: #709F24;
}
</style>