Shades of Christi #709B0D
Tints of Christi #709B0D
RGB
CMYK
RGB Variations
Color information
#709B0D (or 0x709B0D) is known color: Christi. HEX triplet: 70, 9B and 0D. RGB value is (112,155,13). Sum of RGB (Red+Green+Blue) = 112+155+13=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #709B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B0D is #8F64F2. Grayscale: #7E7E7E. Windows color (decimal): -9397491 or 891760. OLE color: 891760.
HSL color Cylindrical-coordinate representation of color #709B0D: hue angle of 78.17º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #709B0D is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 13 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.39 |
| HSL | 78.17º | 0.85% | 0.33% | - |
| HSV(B) | 78.17º | 0.92% | 0.61% | - |
| XYZ | 18.48 | 26.92 | 4.6 | - |
| YUV | 125.96 | 64.25 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 13 | 0.28 | 0 | 0.92 | 0.39 | 78.17 | 0.85 | 0.33 |
| Hex | 70 | 9B | D | 1C | 0 | 5C | 27 | 4E | 55 | 21 |
| Octal | 160 | 233 | 15 | 34 | 0 | 134 | 47 | 116 | 125 | 41 |
| Binary | 1110000 | 10011011 | 1101 | 11100 | 0 | 1011100 | 100111 | 1001110 | 1010101 | 100001 |
Color Harmonies of #709B0D
Complementary color
Monochromatic Colors of #709B0D
Black with #709B0D
Text Example
Text Example
White with #709B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B0D; }
p { color: rgb(112,155,13); }
H1.HeaderClassName
{
color: #709B0D;
}
.AnyTagClassName
{
color: #709B0D;
}
</style>
background-color css
<style>
a { background-color: #709B0D; }
a { background-color: rgb(112,155,13); }
div.DivClassName
{
background-color: #709B0D;
}
.BgClassName
{
background-color: #709B0D;
}
</style>
border-color css
<style>
span { border-color: #709B0D; }
span { border-color: rgb(112,155,13); }
td.TdClassName
{
border-color: #709B0D;
}
.TagClassName
{
border-color: #709B0D;
}
</style>