Shades of Christi #709F23
Tints of Christi #709F23
RGB
CMYK
RGB Variations
Color information
#709F23 (or 0x709F23) is known color: Christi. HEX triplet: 70, 9F and 23. RGB value is (112,159,35). Sum of RGB (Red+Green+Blue) = 112+159+35=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #709F23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F23 is #8F60DC. Grayscale: #838383. Windows color (decimal): -9396445 or 2334576. OLE color: 2334576.
HSL color Cylindrical-coordinate representation of color #709F23: hue angle of 82.74º degrees, saturation: 0.64, 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 #709F23 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 35 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.38 |
| HSL | 82.74º | 0.64% | 0.38% | - |
| HSV(B) | 82.74º | 0.78% | 0.62% | - |
| XYZ | 19.38 | 28.36 | 6.04 | - |
| YUV | 130.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 35 | 0.30 | 0 | 0.78 | 0.38 | 82.74 | 0.64 | 0.38 |
| Hex | 70 | 9F | 23 | 1E | 0 | 4E | 26 | 53 | 40 | 26 |
| Octal | 160 | 237 | 43 | 36 | 0 | 116 | 46 | 123 | 100 | 46 |
| Binary | 1110000 | 10011111 | 100011 | 11110 | 0 | 1001110 | 100110 | 1010011 | 1000000 | 100110 |
Color Harmonies of #709F23
Complementary color
Monochromatic Colors of #709F23
Black with #709F23
Text Example
Text Example
White with #709F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F23; }
p { color: rgb(112,159,35); }
H1.HeaderClassName
{
color: #709F23;
}
.AnyTagClassName
{
color: #709F23;
}
</style>
background-color css
<style>
a { background-color: #709F23; }
a { background-color: rgb(112,159,35); }
div.DivClassName
{
background-color: #709F23;
}
.BgClassName
{
background-color: #709F23;
}
</style>
border-color css
<style>
span { border-color: #709F23; }
span { border-color: rgb(112,159,35); }
td.TdClassName
{
border-color: #709F23;
}
.TagClassName
{
border-color: #709F23;
}
</style>