Shades of Christi #709B04
Tints of Christi #709B04
RGB
CMYK
RGB Variations
Color information
#709B04 (or 0x709B04) is known color: Christi. HEX triplet: 70, 9B and 04. RGB value is (112,155,4). Sum of RGB (Red+Green+Blue) = 112+155+4=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #709B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B04 is #8F64FB. Grayscale: #7D7D7D. Windows color (decimal): -9397500 or 301936. OLE color: 301936.
HSL color Cylindrical-coordinate representation of color #709B04: hue angle of 77.09º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #709B04 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 4 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.39 |
| HSL | 77.09º | 0.95% | 0.31% | - |
| HSV(B) | 77.09º | 0.97% | 0.61% | - |
| XYZ | 18.43 | 26.9 | 4.34 | - |
| YUV | 124.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 4 | 0.28 | 0 | 0.97 | 0.39 | 77.09 | 0.95 | 0.31 |
| Hex | 70 | 9B | 4 | 1C | 0 | 61 | 27 | 4D | 5F | 1F |
| Octal | 160 | 233 | 4 | 34 | 0 | 141 | 47 | 115 | 137 | 37 |
| Binary | 1110000 | 10011011 | 100 | 11100 | 0 | 1100001 | 100111 | 1001101 | 1011111 | 11111 |
Color Harmonies of #709B04
Complementary color
Monochromatic Colors of #709B04
Black with #709B04
Text Example
Text Example
White with #709B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B04; }
p { color: rgb(112,155,4); }
H1.HeaderClassName
{
color: #709B04;
}
.AnyTagClassName
{
color: #709B04;
}
</style>
background-color css
<style>
a { background-color: #709B04; }
a { background-color: rgb(112,155,4); }
div.DivClassName
{
background-color: #709B04;
}
.BgClassName
{
background-color: #709B04;
}
</style>
border-color css
<style>
span { border-color: #709B04; }
span { border-color: rgb(112,155,4); }
td.TdClassName
{
border-color: #709B04;
}
.TagClassName
{
border-color: #709B04;
}
</style>