Shades of Highland #7B9366
Tints of Highland #7B9366
RGB
CMYK
RGB Variations
Color information
#7B9366 (or 0x7B9366) is known color: Highland. HEX triplet: 7B, 93 and 66. RGB value is (123,147,102). Sum of RGB (Red+Green+Blue) = 123+147+102=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9366 is #846C99. Grayscale: #868686. Windows color (decimal): -8678554 or 6722427. OLE color: 6722427.
HSL color Cylindrical-coordinate representation of color #7B9366: hue angle of 92º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B9366 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 102 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.42 |
| HSL | 92º | 0.18% | 0.49% | - |
| HSV(B) | 92º | 0.31% | 0.58% | - |
| XYZ | 21 | 26.04 | 16.49 | - |
| YUV | 134.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 102 | 0.16 | 0 | 0.31 | 0.42 | 92 | 0.18 | 0.49 |
| Hex | 7B | 93 | 66 | 10 | 0 | 1F | 2A | 5C | 12 | 31 |
| Octal | 173 | 223 | 146 | 20 | 0 | 37 | 52 | 134 | 22 | 61 |
| Binary | 1111011 | 10010011 | 1100110 | 10000 | 0 | 11111 | 101010 | 1011100 | 10010 | 110001 |
Color Harmonies of #7B9366
Complementary color
Monochromatic Colors of #7B9366
Black with #7B9366
Text Example
Text Example
White with #7B9366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9366; }
p { color: rgb(123,147,102); }
H1.HeaderClassName
{
color: #7B9366;
}
.AnyTagClassName
{
color: #7B9366;
}
</style>
background-color css
<style>
a { background-color: #7B9366; }
a { background-color: rgb(123,147,102); }
div.DivClassName
{
background-color: #7B9366;
}
.BgClassName
{
background-color: #7B9366;
}
</style>
border-color css
<style>
span { border-color: #7B9366; }
span { border-color: rgb(123,147,102); }
td.TdClassName
{
border-color: #7B9366;
}
.TagClassName
{
border-color: #7B9366;
}
</style>