Shades of Highland #7B924F
Tints of Highland #7B924F
RGB
CMYK
RGB Variations
Color information
#7B924F (or 0x7B924F) is known color: Highland. HEX triplet: 7B, 92 and 4F. RGB value is (123,146,79). Sum of RGB (Red+Green+Blue) = 123+146+79=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #7B924F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B924F is #846DB0. Grayscale: #838383. Windows color (decimal): -8678833 or 5214843. OLE color: 5214843.
HSL color Cylindrical-coordinate representation of color #7B924F: hue angle of 80.6º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B924F is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 79 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.43 |
| HSL | 80.6º | 0.3% | 0.44% | - |
| HSV(B) | 80.6º | 0.46% | 0.57% | - |
| XYZ | 19.86 | 25.33 | 11.24 | - |
| YUV | 131.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 79 | 0.16 | 0 | 0.46 | 0.43 | 80.6 | 0.3 | 0.44 |
| Hex | 7B | 92 | 4F | 10 | 0 | 2E | 2B | 51 | 1E | 2C |
| Octal | 173 | 222 | 117 | 20 | 0 | 56 | 53 | 121 | 36 | 54 |
| Binary | 1111011 | 10010010 | 1001111 | 10000 | 0 | 101110 | 101011 | 1010001 | 11110 | 101100 |
Color Harmonies of #7B924F
Complementary color
Monochromatic Colors of #7B924F
Black with #7B924F
Text Example
Text Example
White with #7B924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B924F; }
p { color: rgb(123,146,79); }
H1.HeaderClassName
{
color: #7B924F;
}
.AnyTagClassName
{
color: #7B924F;
}
</style>
background-color css
<style>
a { background-color: #7B924F; }
a { background-color: rgb(123,146,79); }
div.DivClassName
{
background-color: #7B924F;
}
.BgClassName
{
background-color: #7B924F;
}
</style>
border-color css
<style>
span { border-color: #7B924F; }
span { border-color: rgb(123,146,79); }
td.TdClassName
{
border-color: #7B924F;
}
.TagClassName
{
border-color: #7B924F;
}
</style>