Shades of Christi #709C19
Tints of Christi #709C19
RGB
CMYK
RGB Variations
Color information
#709C19 (or 0x709C19) is known color: Christi. HEX triplet: 70, 9C and 19. RGB value is (112,156,25). Sum of RGB (Red+Green+Blue) = 112+156+25=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #709C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709C19 is #8F63E6. Grayscale: #808080. Windows color (decimal): -9397223 or 1678448. OLE color: 1678448.
HSL color Cylindrical-coordinate representation of color #709C19: hue angle of 80.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #709C19 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 25 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.39 |
| HSL | 80.15º | 0.72% | 0.35% | - |
| HSV(B) | 80.15º | 0.84% | 0.61% | - |
| XYZ | 18.75 | 27.29 | 5.2 | - |
| YUV | 127.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 25 | 0.28 | 0 | 0.84 | 0.39 | 80.15 | 0.72 | 0.35 |
| Hex | 70 | 9C | 19 | 1C | 0 | 54 | 27 | 50 | 48 | 23 |
| Octal | 160 | 234 | 31 | 34 | 0 | 124 | 47 | 120 | 110 | 43 |
| Binary | 1110000 | 10011100 | 11001 | 11100 | 0 | 1010100 | 100111 | 1010000 | 1001000 | 100011 |
Color Harmonies of #709C19
Complementary color
Monochromatic Colors of #709C19
Black with #709C19
Text Example
Text Example
White with #709C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C19; }
p { color: rgb(112,156,25); }
H1.HeaderClassName
{
color: #709C19;
}
.AnyTagClassName
{
color: #709C19;
}
</style>
background-color css
<style>
a { background-color: #709C19; }
a { background-color: rgb(112,156,25); }
div.DivClassName
{
background-color: #709C19;
}
.BgClassName
{
background-color: #709C19;
}
</style>
border-color css
<style>
span { border-color: #709C19; }
span { border-color: rgb(112,156,25); }
td.TdClassName
{
border-color: #709C19;
}
.TagClassName
{
border-color: #709C19;
}
</style>