Shades of Christi #70B405
Tints of Christi #70B405
RGB
CMYK
RGB Variations
Color information
#70B405 (or 0x70B405) is known color: Christi. HEX triplet: 70, B4 and 05. RGB value is (112,180,5). Sum of RGB (Red+Green+Blue) = 112+180+5=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #70B405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B405 is #8F4BFA. Grayscale: #8C8C8C. Windows color (decimal): -9391099 or 373872. OLE color: 373872.
HSL color Cylindrical-coordinate representation of color #70B405: hue angle of 83.31º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70B405 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.29 |
| HSL | 83.31º | 0.95% | 0.36% | - |
| HSV(B) | 83.31º | 0.97% | 0.71% | - |
| XYZ | 23.03 | 36.1 | 5.9 | - |
| YUV | 139.72 | 51.97 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 5 | 0.38 | 0 | 0.97 | 0.29 | 83.31 | 0.95 | 0.36 |
| Hex | 70 | B4 | 5 | 26 | 0 | 61 | 1D | 53 | 5F | 24 |
| Octal | 160 | 264 | 5 | 46 | 0 | 141 | 35 | 123 | 137 | 44 |
| Binary | 1110000 | 10110100 | 101 | 100110 | 0 | 1100001 | 11101 | 1010011 | 1011111 | 100100 |
Color Harmonies of #70B405
Complementary color
Monochromatic Colors of #70B405
Black with #70B405
Text Example
Text Example
White with #70B405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B405; }
p { color: rgb(112,180,5); }
H1.HeaderClassName
{
color: #70B405;
}
.AnyTagClassName
{
color: #70B405;
}
</style>
background-color css
<style>
a { background-color: #70B405; }
a { background-color: rgb(112,180,5); }
div.DivClassName
{
background-color: #70B405;
}
.BgClassName
{
background-color: #70B405;
}
</style>
border-color css
<style>
span { border-color: #70B405; }
span { border-color: rgb(112,180,5); }
td.TdClassName
{
border-color: #70B405;
}
.TagClassName
{
border-color: #70B405;
}
</style>