Shades of Bay Leaf #70C184
Tints of Bay Leaf #70C184
RGB
CMYK
RGB Variations
Color information
#70C184 (or 0x70C184) is known color: Bay Leaf. HEX triplet: 70, C1 and 84. RGB value is (112,193,132). Sum of RGB (Red+Green+Blue) = 112+193+132=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #70C184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C184 is #8F3E7B. Grayscale: #A1A1A1. Windows color (decimal): -9387644 or 8700272. OLE color: 8700272.
HSL color Cylindrical-coordinate representation of color #70C184: hue angle of 134.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C184 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 132 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.24 |
| HSL | 134.81º | 0.4% | 0.6% | - |
| HSV(B) | 134.81º | 0.42% | 0.76% | - |
| XYZ | 29.92 | 43.25 | 28.6 | - |
| YUV | 161.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 132 | 0.42 | 0 | 0.32 | 0.24 | 134.81 | 0.4 | 0.6 |
| Hex | 70 | C1 | 84 | 2A | 0 | 20 | 18 | 87 | 28 | 3C |
| Octal | 160 | 301 | 204 | 52 | 0 | 40 | 30 | 207 | 50 | 74 |
| Binary | 1110000 | 11000001 | 10000100 | 101010 | 0 | 100000 | 11000 | 10000111 | 101000 | 111100 |
Color Harmonies of #70C184
Complementary color
Monochromatic Colors of #70C184
Black with #70C184
Text Example
Text Example
White with #70C184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C184; }
p { color: rgb(112,193,132); }
H1.HeaderClassName
{
color: #70C184;
}
.AnyTagClassName
{
color: #70C184;
}
</style>
background-color css
<style>
a { background-color: #70C184; }
a { background-color: rgb(112,193,132); }
div.DivClassName
{
background-color: #70C184;
}
.BgClassName
{
background-color: #70C184;
}
</style>
border-color css
<style>
span { border-color: #70C184; }
span { border-color: rgb(112,193,132); }
td.TdClassName
{
border-color: #70C184;
}
.TagClassName
{
border-color: #70C184;
}
</style>