Shades of Christi #709B01
Tints of Christi #709B01
RGB
CMYK
RGB Variations
Color information
#709B01 (or 0x709B01) is known color: Christi. HEX triplet: 70, 9B and 01. RGB value is (112,155,1). Sum of RGB (Red+Green+Blue) = 112+155+1=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #709B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B01 is #8F64FE. Grayscale: #7D7D7D. Windows color (decimal): -9397503 or 105328. OLE color: 105328.
HSL color Cylindrical-coordinate representation of color #709B01: hue angle of 76.75º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #709B01 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.39 |
| HSL | 76.75º | 0.99% | 0.31% | - |
| HSV(B) | 76.75º | 0.99% | 0.61% | - |
| XYZ | 18.41 | 26.89 | 4.25 | - |
| YUV | 124.59 | 58.25 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 1 | 0.28 | 0 | 0.99 | 0.39 | 76.75 | 0.99 | 0.31 |
| Hex | 70 | 9B | 1 | 1C | 0 | 63 | 27 | 4D | 63 | 1F |
| Octal | 160 | 233 | 1 | 34 | 0 | 143 | 47 | 115 | 143 | 37 |
| Binary | 1110000 | 10011011 | 1 | 11100 | 0 | 1100011 | 100111 | 1001101 | 1100011 | 11111 |
Color Harmonies of #709B01
Complementary color
Monochromatic Colors of #709B01
Black with #709B01
Text Example
Text Example
White with #709B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B01; }
p { color: rgb(112,155,1); }
H1.HeaderClassName
{
color: #709B01;
}
.AnyTagClassName
{
color: #709B01;
}
</style>
background-color css
<style>
a { background-color: #709B01; }
a { background-color: rgb(112,155,1); }
div.DivClassName
{
background-color: #709B01;
}
.BgClassName
{
background-color: #709B01;
}
</style>
border-color css
<style>
span { border-color: #709B01; }
span { border-color: rgb(112,155,1); }
td.TdClassName
{
border-color: #709B01;
}
.TagClassName
{
border-color: #709B01;
}
</style>