Shades of Christi #709901
Tints of Christi #709901
RGB
CMYK
RGB Variations
Color information
#709901 (or 0x709901) is known color: Christi. HEX triplet: 70, 99 and 01. RGB value is (112,153,1). Sum of RGB (Red+Green+Blue) = 112+153+1=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #709901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709901 is #8F66FE. Grayscale: #7B7B7B. Windows color (decimal): -9398015 or 104816. OLE color: 104816.
HSL color Cylindrical-coordinate representation of color #709901: hue angle of 76.18º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #709901 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.4 |
| HSL | 76.18º | 0.99% | 0.3% | - |
| HSV(B) | 76.18º | 0.99% | 0.6% | - |
| XYZ | 18.08 | 26.23 | 4.14 | - |
| YUV | 123.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 1 | 0.27 | 0 | 0.99 | 0.4 | 76.18 | 0.99 | 0.3 |
| Hex | 70 | 99 | 1 | 1B | 0 | 63 | 28 | 4C | 63 | 1E |
| Octal | 160 | 231 | 1 | 33 | 0 | 143 | 50 | 114 | 143 | 36 |
| Binary | 1110000 | 10011001 | 1 | 11011 | 0 | 1100011 | 101000 | 1001100 | 1100011 | 11110 |
Color Harmonies of #709901
Complementary color
Monochromatic Colors of #709901
Black with #709901
Text Example
Text Example
White with #709901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709901; }
p { color: rgb(112,153,1); }
H1.HeaderClassName
{
color: #709901;
}
.AnyTagClassName
{
color: #709901;
}
</style>
background-color css
<style>
a { background-color: #709901; }
a { background-color: rgb(112,153,1); }
div.DivClassName
{
background-color: #709901;
}
.BgClassName
{
background-color: #709901;
}
</style>
border-color css
<style>
span { border-color: #709901; }
span { border-color: rgb(112,153,1); }
td.TdClassName
{
border-color: #709901;
}
.TagClassName
{
border-color: #709901;
}
</style>