Shades of Christi #70B808
Tints of Christi #70B808
RGB
CMYK
RGB Variations
Color information
#70B808 (or 0x70B808) is known color: Christi. HEX triplet: 70, B8 and 08. RGB value is (112,184,8). Sum of RGB (Red+Green+Blue) = 112+184+8=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #70B808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B808 is #8F47F7. Grayscale: #8F8F8F. Windows color (decimal): -9390072 or 571504. OLE color: 571504.
HSL color Cylindrical-coordinate representation of color #70B808: hue angle of 84.55º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70B808 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 8 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.28 |
| HSL | 84.55º | 0.92% | 0.38% | - |
| HSV(B) | 84.55º | 0.96% | 0.72% | - |
| XYZ | 23.87 | 37.74 | 6.26 | - |
| YUV | 142.41 | 52.15 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 8 | 0.39 | 0 | 0.96 | 0.28 | 84.55 | 0.92 | 0.38 |
| Hex | 70 | B8 | 8 | 27 | 0 | 60 | 1C | 55 | 5C | 26 |
| Octal | 160 | 270 | 10 | 47 | 0 | 140 | 34 | 125 | 134 | 46 |
| Binary | 1110000 | 10111000 | 1000 | 100111 | 0 | 1100000 | 11100 | 1010101 | 1011100 | 100110 |
Color Harmonies of #70B808
Complementary color
Monochromatic Colors of #70B808
Black with #70B808
Text Example
Text Example
White with #70B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B808; }
p { color: rgb(112,184,8); }
H1.HeaderClassName
{
color: #70B808;
}
.AnyTagClassName
{
color: #70B808;
}
</style>
background-color css
<style>
a { background-color: #70B808; }
a { background-color: rgb(112,184,8); }
div.DivClassName
{
background-color: #70B808;
}
.BgClassName
{
background-color: #70B808;
}
</style>
border-color css
<style>
span { border-color: #70B808; }
span { border-color: rgb(112,184,8); }
td.TdClassName
{
border-color: #70B808;
}
.TagClassName
{
border-color: #70B808;
}
</style>