Shades of Highland #70935B
Tints of Highland #70935B
RGB
CMYK
RGB Variations
Color information
#70935B (or 0x70935B) is known color: Highland. HEX triplet: 70, 93 and 5B. RGB value is (112,147,91). Sum of RGB (Red+Green+Blue) = 112+147+91=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #70935B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70935B is #8F6CA4. Grayscale: #828282. Windows color (decimal): -9399461 or 6001520. OLE color: 6001520.
HSL color Cylindrical-coordinate representation of color #70935B: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70935B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 91 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.42 |
| HSL | 97.5º | 0.24% | 0.47% | - |
| HSV(B) | 97.5º | 0.38% | 0.58% | - |
| XYZ | 19 | 25.07 | 13.73 | - |
| YUV | 130.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 91 | 0.24 | 0 | 0.38 | 0.42 | 97.5 | 0.24 | 0.47 |
| Hex | 70 | 93 | 5B | 18 | 0 | 26 | 2A | 62 | 18 | 2F |
| Octal | 160 | 223 | 133 | 30 | 0 | 46 | 52 | 142 | 30 | 57 |
| Binary | 1110000 | 10010011 | 1011011 | 11000 | 0 | 100110 | 101010 | 1100010 | 11000 | 101111 |
Color Harmonies of #70935B
Complementary color
Monochromatic Colors of #70935B
Black with #70935B
Text Example
Text Example
White with #70935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70935B; }
p { color: rgb(112,147,91); }
H1.HeaderClassName
{
color: #70935B;
}
.AnyTagClassName
{
color: #70935B;
}
</style>
background-color css
<style>
a { background-color: #70935B; }
a { background-color: rgb(112,147,91); }
div.DivClassName
{
background-color: #70935B;
}
.BgClassName
{
background-color: #70935B;
}
</style>
border-color css
<style>
span { border-color: #70935B; }
span { border-color: rgb(112,147,91); }
td.TdClassName
{
border-color: #70935B;
}
.TagClassName
{
border-color: #70935B;
}
</style>