Shades of Highland #6F8A5F
Tints of Highland #6F8A5F
RGB
CMYK
RGB Variations
Color information
#6F8A5F (or 0x6F8A5F) is known color: Highland. HEX triplet: 6F, 8A and 5F. RGB value is (111,138,95). Sum of RGB (Red+Green+Blue) = 111+138+95=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8A5F is #9075A0. Grayscale: #7D7D7D. Windows color (decimal): -9467297 or 6261359. OLE color: 6261359.
HSL color Cylindrical-coordinate representation of color #6F8A5F: hue angle of 97.67º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F8A5F is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 95 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.46 |
| HSL | 97.67º | 0.18% | 0.46% | - |
| HSV(B) | 97.67º | 0.31% | 0.54% | - |
| XYZ | 17.71 | 22.38 | 14.21 | - |
| YUV | 125.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 95 | 0.20 | 0 | 0.31 | 0.46 | 97.67 | 0.18 | 0.46 |
| Hex | 6F | 8A | 5F | 14 | 0 | 1F | 2E | 62 | 12 | 2E |
| Octal | 157 | 212 | 137 | 24 | 0 | 37 | 56 | 142 | 22 | 56 |
| Binary | 1101111 | 10001010 | 1011111 | 10100 | 0 | 11111 | 101110 | 1100010 | 10010 | 101110 |
Color Harmonies of #6F8A5F
Complementary color
Monochromatic Colors of #6F8A5F
Black with #6F8A5F
Text Example
Text Example
White with #6F8A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A5F; }
p { color: rgb(111,138,95); }
H1.HeaderClassName
{
color: #6F8A5F;
}
.AnyTagClassName
{
color: #6F8A5F;
}
</style>
background-color css
<style>
a { background-color: #6F8A5F; }
a { background-color: rgb(111,138,95); }
div.DivClassName
{
background-color: #6F8A5F;
}
.BgClassName
{
background-color: #6F8A5F;
}
</style>
border-color css
<style>
span { border-color: #6F8A5F; }
span { border-color: rgb(111,138,95); }
td.TdClassName
{
border-color: #6F8A5F;
}
.TagClassName
{
border-color: #6F8A5F;
}
</style>