Shades of Highland #7B934C
Tints of Highland #7B934C
RGB
CMYK
RGB Variations
Color information
#7B934C (or 0x7B934C) is known color: Highland. HEX triplet: 7B, 93 and 4C. RGB value is (123,147,76). Sum of RGB (Red+Green+Blue) = 123+147+76=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #7B934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B934C is #846CB3. Grayscale: #838383. Windows color (decimal): -8678580 or 5018491. OLE color: 5018491.
HSL color Cylindrical-coordinate representation of color #7B934C: hue angle of 80.28º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B934C is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 76 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.42 |
| HSL | 80.28º | 0.32% | 0.44% | - |
| HSV(B) | 80.28º | 0.48% | 0.58% | - |
| XYZ | 19.91 | 25.6 | 10.73 | - |
| YUV | 131.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 76 | 0.16 | 0 | 0.48 | 0.42 | 80.28 | 0.32 | 0.44 |
| Hex | 7B | 93 | 4C | 10 | 0 | 30 | 2A | 50 | 20 | 2C |
| Octal | 173 | 223 | 114 | 20 | 0 | 60 | 52 | 120 | 40 | 54 |
| Binary | 1111011 | 10010011 | 1001100 | 10000 | 0 | 110000 | 101010 | 1010000 | 100000 | 101100 |
Color Harmonies of #7B934C
Complementary color
Monochromatic Colors of #7B934C
Black with #7B934C
Text Example
Text Example
White with #7B934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B934C; }
p { color: rgb(123,147,76); }
H1.HeaderClassName
{
color: #7B934C;
}
.AnyTagClassName
{
color: #7B934C;
}
</style>
background-color css
<style>
a { background-color: #7B934C; }
a { background-color: rgb(123,147,76); }
div.DivClassName
{
background-color: #7B934C;
}
.BgClassName
{
background-color: #7B934C;
}
</style>
border-color css
<style>
span { border-color: #7B934C; }
span { border-color: rgb(123,147,76); }
td.TdClassName
{
border-color: #7B934C;
}
.TagClassName
{
border-color: #7B934C;
}
</style>