Shades of Christi #709D07
Tints of Christi #709D07
RGB
CMYK
RGB Variations
Color information
#709D07 (or 0x709D07) is known color: Christi. HEX triplet: 70, 9D and 07. RGB value is (112,157,7). Sum of RGB (Red+Green+Blue) = 112+157+7=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #709D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D07 is #8F62F8. Grayscale: #7E7E7E. Windows color (decimal): -9396985 or 499056. OLE color: 499056.
HSL color Cylindrical-coordinate representation of color #709D07: hue angle of 78º degrees, saturation: 0.91, 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 #709D07 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.38 |
| HSL | 78º | 0.91% | 0.32% | - |
| HSV(B) | 78º | 0.96% | 0.62% | - |
| XYZ | 18.78 | 27.57 | 4.53 | - |
| YUV | 126.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 7 | 0.29 | 0 | 0.96 | 0.38 | 78 | 0.91 | 0.32 |
| Hex | 70 | 9D | 7 | 1D | 0 | 60 | 26 | 4E | 5B | 20 |
| Octal | 160 | 235 | 7 | 35 | 0 | 140 | 46 | 116 | 133 | 40 |
| Binary | 1110000 | 10011101 | 111 | 11101 | 0 | 1100000 | 100110 | 1001110 | 1011011 | 100000 |
Color Harmonies of #709D07
Complementary color
Monochromatic Colors of #709D07
Black with #709D07
Text Example
Text Example
White with #709D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D07; }
p { color: rgb(112,157,7); }
H1.HeaderClassName
{
color: #709D07;
}
.AnyTagClassName
{
color: #709D07;
}
</style>
background-color css
<style>
a { background-color: #709D07; }
a { background-color: rgb(112,157,7); }
div.DivClassName
{
background-color: #709D07;
}
.BgClassName
{
background-color: #709D07;
}
</style>
border-color css
<style>
span { border-color: #709D07; }
span { border-color: rgb(112,157,7); }
td.TdClassName
{
border-color: #709D07;
}
.TagClassName
{
border-color: #709D07;
}
</style>