Shades of Highland #7B924E
Tints of Highland #7B924E
RGB
CMYK
RGB Variations
Color information
#7B924E (or 0x7B924E) is known color: Highland. HEX triplet: 7B, 92 and 4E. RGB value is (123,146,78). Sum of RGB (Red+Green+Blue) = 123+146+78=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #7B924E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B924E is #846DB1. Grayscale: #838383. Windows color (decimal): -8678834 or 5149307. OLE color: 5149307.
HSL color Cylindrical-coordinate representation of color #7B924E: hue angle of 80.29º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B924E is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 78 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.43 |
| HSL | 80.29º | 0.3% | 0.44% | - |
| HSV(B) | 80.29º | 0.47% | 0.57% | - |
| XYZ | 19.82 | 25.32 | 11.05 | - |
| YUV | 131.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 78 | 0.16 | 0 | 0.47 | 0.43 | 80.29 | 0.3 | 0.44 |
| Hex | 7B | 92 | 4E | 10 | 0 | 2F | 2B | 50 | 1E | 2C |
| Octal | 173 | 222 | 116 | 20 | 0 | 57 | 53 | 120 | 36 | 54 |
| Binary | 1111011 | 10010010 | 1001110 | 10000 | 0 | 101111 | 101011 | 1010000 | 11110 | 101100 |
Color Harmonies of #7B924E
Complementary color
Monochromatic Colors of #7B924E
Black with #7B924E
Text Example
Text Example
White with #7B924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B924E; }
p { color: rgb(123,146,78); }
H1.HeaderClassName
{
color: #7B924E;
}
.AnyTagClassName
{
color: #7B924E;
}
</style>
background-color css
<style>
a { background-color: #7B924E; }
a { background-color: rgb(123,146,78); }
div.DivClassName
{
background-color: #7B924E;
}
.BgClassName
{
background-color: #7B924E;
}
</style>
border-color css
<style>
span { border-color: #7B924E; }
span { border-color: rgb(123,146,78); }
td.TdClassName
{
border-color: #7B924E;
}
.TagClassName
{
border-color: #7B924E;
}
</style>