Shades of Laurel #70946C
Tints of Laurel #70946C
RGB
CMYK
RGB Variations
Color information
#70946C (or 0x70946C) is known color: Laurel. HEX triplet: 70, 94 and 6C. RGB value is (112,148,108). Sum of RGB (Red+Green+Blue) = 112+148+108=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #70946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70946C is #8F6B93. Grayscale: #848484. Windows color (decimal): -9399188 or 7115888. OLE color: 7115888.
HSL color Cylindrical-coordinate representation of color #70946C: hue angle of 114º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70946C is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 108 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.42 |
| HSL | 114º | 0.16% | 0.5% | - |
| HSV(B) | 114º | 0.27% | 0.58% | - |
| XYZ | 19.98 | 25.71 | 18.1 | - |
| YUV | 132.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 108 | 0.24 | 0 | 0.27 | 0.42 | 114 | 0.16 | 0.5 |
| Hex | 70 | 94 | 6C | 18 | 0 | 1B | 2A | 72 | 10 | 32 |
| Octal | 160 | 224 | 154 | 30 | 0 | 33 | 52 | 162 | 20 | 62 |
| Binary | 1110000 | 10010100 | 1101100 | 11000 | 0 | 11011 | 101010 | 1110010 | 10000 | 110010 |
Color Harmonies of #70946C
Complementary color
Monochromatic Colors of #70946C
Black with #70946C
Text Example
Text Example
White with #70946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70946C; }
p { color: rgb(112,148,108); }
H1.HeaderClassName
{
color: #70946C;
}
.AnyTagClassName
{
color: #70946C;
}
</style>
background-color css
<style>
a { background-color: #70946C; }
a { background-color: rgb(112,148,108); }
div.DivClassName
{
background-color: #70946C;
}
.BgClassName
{
background-color: #70946C;
}
</style>
border-color css
<style>
span { border-color: #70946C; }
span { border-color: rgb(112,148,108); }
td.TdClassName
{
border-color: #70946C;
}
.TagClassName
{
border-color: #70946C;
}
</style>