Shades of Highland #72965A
Tints of Highland #72965A
RGB
CMYK
RGB Variations
Color information
#72965A (or 0x72965A) is known color: Highland. HEX triplet: 72, 96 and 5A. RGB value is (114,150,90). Sum of RGB (Red+Green+Blue) = 114+150+90=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #72965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72965A is #8D69A5. Grayscale: #848484. Windows color (decimal): -9267622 or 5936754. OLE color: 5936754.
HSL color Cylindrical-coordinate representation of color #72965A: hue angle of 96º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72965A is Cyan = 0.24, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 90 | - |
| CMYK | 0.24 | 0 | 0.4 | 0.41 |
| HSL | 96º | 0.25% | 0.47% | - |
| HSV(B) | 96º | 0.4% | 0.59% | - |
| XYZ | 19.69 | 26.13 | 13.68 | - |
| YUV | 132.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 90 | 0.24 | 0 | 0.4 | 0.41 | 96 | 0.25 | 0.47 |
| Hex | 72 | 96 | 5A | 18 | 0 | 28 | 29 | 60 | 19 | 2F |
| Octal | 162 | 226 | 132 | 30 | 0 | 50 | 51 | 140 | 31 | 57 |
| Binary | 1110010 | 10010110 | 1011010 | 11000 | 0 | 101000 | 101001 | 1100000 | 11001 | 101111 |
Color Harmonies of #72965A
Complementary color
Monochromatic Colors of #72965A
Black with #72965A
Text Example
Text Example
White with #72965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72965A; }
p { color: rgb(114,150,90); }
H1.HeaderClassName
{
color: #72965A;
}
.AnyTagClassName
{
color: #72965A;
}
</style>
background-color css
<style>
a { background-color: #72965A; }
a { background-color: rgb(114,150,90); }
div.DivClassName
{
background-color: #72965A;
}
.BgClassName
{
background-color: #72965A;
}
</style>
border-color css
<style>
span { border-color: #72965A; }
span { border-color: rgb(114,150,90); }
td.TdClassName
{
border-color: #72965A;
}
.TagClassName
{
border-color: #72965A;
}
</style>