Shades of Highland #7B916B
Tints of Highland #7B916B
RGB
CMYK
RGB Variations
Color information
#7B916B (or 0x7B916B) is known color: Highland. HEX triplet: 7B, 91 and 6B. RGB value is (123,145,107). Sum of RGB (Red+Green+Blue) = 123+145+107=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #7B916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B916B is #846E94. Grayscale: #868686. Windows color (decimal): -8679061 or 7049595. OLE color: 7049595.
HSL color Cylindrical-coordinate representation of color #7B916B: hue angle of 94.74º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B916B is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 145 | 107 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.43 |
| HSL | 94.74º | 0.15% | 0.49% | - |
| HSV(B) | 94.74º | 0.26% | 0.57% | - |
| XYZ | 20.95 | 25.52 | 17.73 | - |
| YUV | 134.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 107 | 0.15 | 0 | 0.26 | 0.43 | 94.74 | 0.15 | 0.49 |
| Hex | 7B | 91 | 6B | F | 0 | 1A | 2B | 5F | F | 31 |
| Octal | 173 | 221 | 153 | 17 | 0 | 32 | 53 | 137 | 17 | 61 |
| Binary | 1111011 | 10010001 | 1101011 | 1111 | 0 | 11010 | 101011 | 1011111 | 1111 | 110001 |
Color Harmonies of #7B916B
Complementary color
Monochromatic Colors of #7B916B
Black with #7B916B
Text Example
Text Example
White with #7B916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B916B; }
p { color: rgb(123,145,107); }
H1.HeaderClassName
{
color: #7B916B;
}
.AnyTagClassName
{
color: #7B916B;
}
</style>
background-color css
<style>
a { background-color: #7B916B; }
a { background-color: rgb(123,145,107); }
div.DivClassName
{
background-color: #7B916B;
}
.BgClassName
{
background-color: #7B916B;
}
</style>
border-color css
<style>
span { border-color: #7B916B; }
span { border-color: rgb(123,145,107); }
td.TdClassName
{
border-color: #7B916B;
}
.TagClassName
{
border-color: #7B916B;
}
</style>