Shades of Christi #709803
Tints of Christi #709803
RGB
CMYK
RGB Variations
Color information
#709803 (or 0x709803) is known color: Christi. HEX triplet: 70, 98 and 03. RGB value is (112,152,3). Sum of RGB (Red+Green+Blue) = 112+152+3=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #709803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709803 is #8F67FC. Grayscale: #7B7B7B. Windows color (decimal): -9398269 or 235632. OLE color: 235632.
HSL color Cylindrical-coordinate representation of color #709803: hue angle of 76.11º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #709803 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 3 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.40 |
| HSL | 76.11º | 0.96% | 0.3% | - |
| HSV(B) | 76.11º | 0.98% | 0.6% | - |
| XYZ | 17.93 | 25.91 | 4.14 | - |
| YUV | 123.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 3 | 0.26 | 0 | 0.98 | 0.40 | 76.11 | 0.96 | 0.3 |
| Hex | 70 | 98 | 3 | 1A | 0 | 62 | 28 | 4C | 60 | 1E |
| Octal | 160 | 230 | 3 | 32 | 0 | 142 | 50 | 114 | 140 | 36 |
| Binary | 1110000 | 10011000 | 11 | 11010 | 0 | 1100010 | 101000 | 1001100 | 1100000 | 11110 |
Color Harmonies of #709803
Complementary color
Monochromatic Colors of #709803
Black with #709803
Text Example
Text Example
White with #709803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709803; }
p { color: rgb(112,152,3); }
H1.HeaderClassName
{
color: #709803;
}
.AnyTagClassName
{
color: #709803;
}
</style>
background-color css
<style>
a { background-color: #709803; }
a { background-color: rgb(112,152,3); }
div.DivClassName
{
background-color: #709803;
}
.BgClassName
{
background-color: #709803;
}
</style>
border-color css
<style>
span { border-color: #709803; }
span { border-color: rgb(112,152,3); }
td.TdClassName
{
border-color: #709803;
}
.TagClassName
{
border-color: #709803;
}
</style>