Shades of Christi #709D09
Tints of Christi #709D09
RGB
CMYK
RGB Variations
Color information
#709D09 (or 0x709D09) is known color: Christi. HEX triplet: 70, 9D and 09. RGB value is (112,157,9). Sum of RGB (Red+Green+Blue) = 112+157+9=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #709D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D09 is #8F62F6. Grayscale: #7F7F7F. Windows color (decimal): -9396983 or 630128. OLE color: 630128.
HSL color Cylindrical-coordinate representation of color #709D09: hue angle of 78.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #709D09 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 9 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.38 |
| HSL | 78.24º | 0.89% | 0.33% | - |
| HSV(B) | 78.24º | 0.94% | 0.62% | - |
| XYZ | 18.79 | 27.58 | 4.59 | - |
| YUV | 126.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 9 | 0.29 | 0 | 0.94 | 0.38 | 78.24 | 0.89 | 0.33 |
| Hex | 70 | 9D | 9 | 1D | 0 | 5E | 26 | 4E | 59 | 21 |
| Octal | 160 | 235 | 11 | 35 | 0 | 136 | 46 | 116 | 131 | 41 |
| Binary | 1110000 | 10011101 | 1001 | 11101 | 0 | 1011110 | 100110 | 1001110 | 1011001 | 100001 |
Color Harmonies of #709D09
Complementary color
Monochromatic Colors of #709D09
Black with #709D09
Text Example
Text Example
White with #709D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D09; }
p { color: rgb(112,157,9); }
H1.HeaderClassName
{
color: #709D09;
}
.AnyTagClassName
{
color: #709D09;
}
</style>
background-color css
<style>
a { background-color: #709D09; }
a { background-color: rgb(112,157,9); }
div.DivClassName
{
background-color: #709D09;
}
.BgClassName
{
background-color: #709D09;
}
</style>
border-color css
<style>
span { border-color: #709D09; }
span { border-color: rgb(112,157,9); }
td.TdClassName
{
border-color: #709D09;
}
.TagClassName
{
border-color: #709D09;
}
</style>