Shades of Christi #70B409
Tints of Christi #70B409
RGB
CMYK
RGB Variations
Color information
#70B409 (or 0x70B409) is known color: Christi. HEX triplet: 70, B4 and 09. RGB value is (112,180,9). Sum of RGB (Red+Green+Blue) = 112+180+9=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #70B409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B409 is #8F4BF6. Grayscale: #8C8C8C. Windows color (decimal): -9391095 or 636016. OLE color: 636016.
HSL color Cylindrical-coordinate representation of color #70B409: hue angle of 83.86º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70B409 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 9 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.29 |
| HSL | 83.86º | 0.9% | 0.37% | - |
| HSV(B) | 83.86º | 0.95% | 0.71% | - |
| XYZ | 23.05 | 36.11 | 6.01 | - |
| YUV | 140.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 9 | 0.38 | 0 | 0.95 | 0.29 | 83.86 | 0.9 | 0.37 |
| Hex | 70 | B4 | 9 | 26 | 0 | 5F | 1D | 54 | 5A | 25 |
| Octal | 160 | 264 | 11 | 46 | 0 | 137 | 35 | 124 | 132 | 45 |
| Binary | 1110000 | 10110100 | 1001 | 100110 | 0 | 1011111 | 11101 | 1010100 | 1011010 | 100101 |
Color Harmonies of #70B409
Complementary color
Monochromatic Colors of #70B409
Black with #70B409
Text Example
Text Example
White with #70B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B409; }
p { color: rgb(112,180,9); }
H1.HeaderClassName
{
color: #70B409;
}
.AnyTagClassName
{
color: #70B409;
}
</style>
background-color css
<style>
a { background-color: #70B409; }
a { background-color: rgb(112,180,9); }
div.DivClassName
{
background-color: #70B409;
}
.BgClassName
{
background-color: #70B409;
}
</style>
border-color css
<style>
span { border-color: #70B409; }
span { border-color: rgb(112,180,9); }
td.TdClassName
{
border-color: #70B409;
}
.TagClassName
{
border-color: #70B409;
}
</style>