Shades of Christi #709702
Tints of Christi #709702
RGB
CMYK
RGB Variations
Color information
#709702 (or 0x709702) is known color: Christi. HEX triplet: 70, 97 and 02. RGB value is (112,151,2). Sum of RGB (Red+Green+Blue) = 112+151+2=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #709702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709702 is #8F68FD. Grayscale: #7A7A7A. Windows color (decimal): -9398526 or 169840. OLE color: 169840.
HSL color Cylindrical-coordinate representation of color #709702: hue angle of 75.7º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #709702 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.41 |
| HSL | 75.7º | 0.97% | 0.3% | - |
| HSV(B) | 75.7º | 0.99% | 0.59% | - |
| XYZ | 17.76 | 25.58 | 4.06 | - |
| YUV | 122.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 2 | 0.26 | 0 | 0.99 | 0.41 | 75.7 | 0.97 | 0.3 |
| Hex | 70 | 97 | 2 | 1A | 0 | 63 | 29 | 4C | 61 | 1E |
| Octal | 160 | 227 | 2 | 32 | 0 | 143 | 51 | 114 | 141 | 36 |
| Binary | 1110000 | 10010111 | 10 | 11010 | 0 | 1100011 | 101001 | 1001100 | 1100001 | 11110 |
Color Harmonies of #709702
Complementary color
Monochromatic Colors of #709702
Black with #709702
Text Example
Text Example
White with #709702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709702; }
p { color: rgb(112,151,2); }
H1.HeaderClassName
{
color: #709702;
}
.AnyTagClassName
{
color: #709702;
}
</style>
background-color css
<style>
a { background-color: #709702; }
a { background-color: rgb(112,151,2); }
div.DivClassName
{
background-color: #709702;
}
.BgClassName
{
background-color: #709702;
}
</style>
border-color css
<style>
span { border-color: #709702; }
span { border-color: rgb(112,151,2); }
td.TdClassName
{
border-color: #709702;
}
.TagClassName
{
border-color: #709702;
}
</style>