Shades of Christi #709E07
Tints of Christi #709E07
RGB
CMYK
RGB Variations
Color information
#709E07 (or 0x709E07) is known color: Christi. HEX triplet: 70, 9E and 07. RGB value is (112,158,7). Sum of RGB (Red+Green+Blue) = 112+158+7=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #709E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709E07 is #8F61F8. Grayscale: #7F7F7F. Windows color (decimal): -9396729 or 499312. OLE color: 499312.
HSL color Cylindrical-coordinate representation of color #709E07: hue angle of 78.28º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #709E07 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.38 |
| HSL | 78.28º | 0.92% | 0.32% | - |
| HSV(B) | 78.28º | 0.96% | 0.62% | - |
| XYZ | 18.95 | 27.91 | 4.59 | - |
| YUV | 127.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 7 | 0.29 | 0 | 0.96 | 0.38 | 78.28 | 0.92 | 0.32 |
| Hex | 70 | 9E | 7 | 1D | 0 | 60 | 26 | 4E | 5C | 20 |
| Octal | 160 | 236 | 7 | 35 | 0 | 140 | 46 | 116 | 134 | 40 |
| Binary | 1110000 | 10011110 | 111 | 11101 | 0 | 1100000 | 100110 | 1001110 | 1011100 | 100000 |
Color Harmonies of #709E07
Complementary color
Monochromatic Colors of #709E07
Black with #709E07
Text Example
Text Example
White with #709E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E07; }
p { color: rgb(112,158,7); }
H1.HeaderClassName
{
color: #709E07;
}
.AnyTagClassName
{
color: #709E07;
}
</style>
background-color css
<style>
a { background-color: #709E07; }
a { background-color: rgb(112,158,7); }
div.DivClassName
{
background-color: #709E07;
}
.BgClassName
{
background-color: #709E07;
}
</style>
border-color css
<style>
span { border-color: #709E07; }
span { border-color: rgb(112,158,7); }
td.TdClassName
{
border-color: #709E07;
}
.TagClassName
{
border-color: #709E07;
}
</style>