Shades of Christi #709D26
Tints of Christi #709D26
RGB
CMYK
RGB Variations
Color information
#709D26 (or 0x709D26) is known color: Christi. HEX triplet: 70, 9D and 26. RGB value is (112,157,38). Sum of RGB (Red+Green+Blue) = 112+157+38=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #709D26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709D26 is #8F62D9. Grayscale: #828282. Windows color (decimal): -9396954 or 2530672. OLE color: 2530672.
HSL color Cylindrical-coordinate representation of color #709D26: hue angle of 82.69º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #709D26 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 38 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.38 |
| HSL | 82.69º | 0.61% | 0.38% | - |
| HSV(B) | 82.69º | 0.76% | 0.62% | - |
| XYZ | 19.09 | 27.7 | 6.17 | - |
| YUV | 129.98 | 76.09 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 38 | 0.29 | 0 | 0.76 | 0.38 | 82.69 | 0.61 | 0.38 |
| Hex | 70 | 9D | 26 | 1D | 0 | 4C | 26 | 53 | 3D | 26 |
| Octal | 160 | 235 | 46 | 35 | 0 | 114 | 46 | 123 | 75 | 46 |
| Binary | 1110000 | 10011101 | 100110 | 11101 | 0 | 1001100 | 100110 | 1010011 | 111101 | 100110 |
Color Harmonies of #709D26
Complementary color
Monochromatic Colors of #709D26
Black with #709D26
Text Example
Text Example
White with #709D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D26; }
p { color: rgb(112,157,38); }
H1.HeaderClassName
{
color: #709D26;
}
.AnyTagClassName
{
color: #709D26;
}
</style>
background-color css
<style>
a { background-color: #709D26; }
a { background-color: rgb(112,157,38); }
div.DivClassName
{
background-color: #709D26;
}
.BgClassName
{
background-color: #709D26;
}
</style>
border-color css
<style>
span { border-color: #709D26; }
span { border-color: rgb(112,157,38); }
td.TdClassName
{
border-color: #709D26;
}
.TagClassName
{
border-color: #709D26;
}
</style>