Shades of Highland #7B995B
Tints of Highland #7B995B
RGB
CMYK
RGB Variations
Color information
#7B995B (or 0x7B995B) is known color: Highland. HEX triplet: 7B, 99 and 5B. RGB value is (123,153,91). Sum of RGB (Red+Green+Blue) = 123+153+91=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #7B995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B995B is #8466A4. Grayscale: #898989. Windows color (decimal): -8677029 or 6003067. OLE color: 6003067.
HSL color Cylindrical-coordinate representation of color #7B995B: hue angle of 89.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B995B is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 91 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.4 |
| HSL | 89.03º | 0.25% | 0.48% | - |
| HSV(B) | 89.03º | 0.41% | 0.6% | - |
| XYZ | 21.45 | 27.75 | 14.12 | - |
| YUV | 136.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 91 | 0.20 | 0 | 0.41 | 0.4 | 89.03 | 0.25 | 0.48 |
| Hex | 7B | 99 | 5B | 14 | 0 | 29 | 28 | 59 | 19 | 30 |
| Octal | 173 | 231 | 133 | 24 | 0 | 51 | 50 | 131 | 31 | 60 |
| Binary | 1111011 | 10011001 | 1011011 | 10100 | 0 | 101001 | 101000 | 1011001 | 11001 | 110000 |
Color Harmonies of #7B995B
Complementary color
Monochromatic Colors of #7B995B
Black with #7B995B
Text Example
Text Example
White with #7B995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B995B; }
p { color: rgb(123,153,91); }
H1.HeaderClassName
{
color: #7B995B;
}
.AnyTagClassName
{
color: #7B995B;
}
</style>
background-color css
<style>
a { background-color: #7B995B; }
a { background-color: rgb(123,153,91); }
div.DivClassName
{
background-color: #7B995B;
}
.BgClassName
{
background-color: #7B995B;
}
</style>
border-color css
<style>
span { border-color: #7B995B; }
span { border-color: rgb(123,153,91); }
td.TdClassName
{
border-color: #7B995B;
}
.TagClassName
{
border-color: #7B995B;
}
</style>