Shades of Highland #7B995F
Tints of Highland #7B995F
RGB
CMYK
RGB Variations
Color information
#7B995F (or 0x7B995F) is known color: Highland. HEX triplet: 7B, 99 and 5F. RGB value is (123,153,95). Sum of RGB (Red+Green+Blue) = 123+153+95=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #7B995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B995F is #8466A0. Grayscale: #898989. Windows color (decimal): -8677025 or 6265211. OLE color: 6265211.
HSL color Cylindrical-coordinate representation of color #7B995F: hue angle of 91.03º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B995F is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 95 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.4 |
| HSL | 91.03º | 0.23% | 0.49% | - |
| HSV(B) | 91.03º | 0.38% | 0.6% | - |
| XYZ | 21.63 | 27.82 | 15.06 | - |
| YUV | 137.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 95 | 0.20 | 0 | 0.38 | 0.4 | 91.03 | 0.23 | 0.49 |
| Hex | 7B | 99 | 5F | 14 | 0 | 26 | 28 | 5B | 17 | 31 |
| Octal | 173 | 231 | 137 | 24 | 0 | 46 | 50 | 133 | 27 | 61 |
| Binary | 1111011 | 10011001 | 1011111 | 10100 | 0 | 100110 | 101000 | 1011011 | 10111 | 110001 |
Color Harmonies of #7B995F
Complementary color
Monochromatic Colors of #7B995F
Black with #7B995F
Text Example
Text Example
White with #7B995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B995F; }
p { color: rgb(123,153,95); }
H1.HeaderClassName
{
color: #7B995F;
}
.AnyTagClassName
{
color: #7B995F;
}
</style>
background-color css
<style>
a { background-color: #7B995F; }
a { background-color: rgb(123,153,95); }
div.DivClassName
{
background-color: #7B995F;
}
.BgClassName
{
background-color: #7B995F;
}
</style>
border-color css
<style>
span { border-color: #7B995F; }
span { border-color: rgb(123,153,95); }
td.TdClassName
{
border-color: #7B995F;
}
.TagClassName
{
border-color: #7B995F;
}
</style>