Shades of Christi #709C21
Tints of Christi #709C21
RGB
CMYK
RGB Variations
Color information
#709C21 (or 0x709C21) is known color: Christi. HEX triplet: 70, 9C and 21. RGB value is (112,156,33). Sum of RGB (Red+Green+Blue) = 112+156+33=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #709C21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C21 is #8F63DE. Grayscale: #818181. Windows color (decimal): -9397215 or 2202736. OLE color: 2202736.
HSL color Cylindrical-coordinate representation of color #709C21: hue angle of 81.46º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #709C21 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 33 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.39 |
| HSL | 81.46º | 0.65% | 0.37% | - |
| HSV(B) | 81.46º | 0.79% | 0.61% | - |
| XYZ | 18.85 | 27.33 | 5.72 | - |
| YUV | 128.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 33 | 0.28 | 0 | 0.79 | 0.39 | 81.46 | 0.65 | 0.37 |
| Hex | 70 | 9C | 21 | 1C | 0 | 4F | 27 | 51 | 41 | 25 |
| Octal | 160 | 234 | 41 | 34 | 0 | 117 | 47 | 121 | 101 | 45 |
| Binary | 1110000 | 10011100 | 100001 | 11100 | 0 | 1001111 | 100111 | 1010001 | 1000001 | 100101 |
Color Harmonies of #709C21
Complementary color
Monochromatic Colors of #709C21
Black with #709C21
Text Example
Text Example
White with #709C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C21; }
p { color: rgb(112,156,33); }
H1.HeaderClassName
{
color: #709C21;
}
.AnyTagClassName
{
color: #709C21;
}
</style>
background-color css
<style>
a { background-color: #709C21; }
a { background-color: rgb(112,156,33); }
div.DivClassName
{
background-color: #709C21;
}
.BgClassName
{
background-color: #709C21;
}
</style>
border-color css
<style>
span { border-color: #709C21; }
span { border-color: rgb(112,156,33); }
td.TdClassName
{
border-color: #709C21;
}
.TagClassName
{
border-color: #709C21;
}
</style>