Shades of Christi #709A0C
Tints of Christi #709A0C
RGB
CMYK
RGB Variations
Color information
#709A0C (or 0x709A0C) is known color: Christi. HEX triplet: 70, 9A and 0C. RGB value is (112,154,12). Sum of RGB (Red+Green+Blue) = 112+154+12=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 154 (60.55% from 255 or 55.40% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 154 - color contains mainly: green. Hex color #709A0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709A0C is #8F65F3. Grayscale: #7D7D7D. Windows color (decimal): -9397748 or 825968. OLE color: 825968.
HSL color Cylindrical-coordinate representation of color #709A0C: hue angle of 77.75º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #709A0C is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 154 | 12 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.40 |
| HSL | 77.75º | 0.86% | 0.33% | - |
| HSV(B) | 77.75º | 0.92% | 0.6% | - |
| XYZ | 18.3 | 26.58 | 4.51 | - |
| YUV | 125.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 12 | 0.27 | 0 | 0.92 | 0.40 | 77.75 | 0.86 | 0.33 |
| Hex | 70 | 9A | C | 1B | 0 | 5C | 28 | 4E | 56 | 21 |
| Octal | 160 | 232 | 14 | 33 | 0 | 134 | 50 | 116 | 126 | 41 |
| Binary | 1110000 | 10011010 | 1100 | 11011 | 0 | 1011100 | 101000 | 1001110 | 1010110 | 100001 |
Color Harmonies of #709A0C
Complementary color
Monochromatic Colors of #709A0C
Black with #709A0C
Text Example
Text Example
White with #709A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709A0C; }
p { color: rgb(112,154,12); }
H1.HeaderClassName
{
color: #709A0C;
}
.AnyTagClassName
{
color: #709A0C;
}
</style>
background-color css
<style>
a { background-color: #709A0C; }
a { background-color: rgb(112,154,12); }
div.DivClassName
{
background-color: #709A0C;
}
.BgClassName
{
background-color: #709A0C;
}
</style>
border-color css
<style>
span { border-color: #709A0C; }
span { border-color: rgb(112,154,12); }
td.TdClassName
{
border-color: #709A0C;
}
.TagClassName
{
border-color: #709A0C;
}
</style>