Shades of Highland #6F9250
Tints of Highland #6F9250
RGB
CMYK
RGB Variations
Color information
#6F9250 (or 0x6F9250) is known color: Highland. HEX triplet: 6F, 92 and 50. RGB value is (111,146,80). Sum of RGB (Red+Green+Blue) = 111+146+80=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9250 is #906DAF. Grayscale: #808080. Windows color (decimal): -9465264 or 5280367. OLE color: 5280367.
HSL color Cylindrical-coordinate representation of color #6F9250: hue angle of 91.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F9250 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 80 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.43 |
| HSL | 91.82º | 0.29% | 0.44% | - |
| HSV(B) | 91.82º | 0.45% | 0.57% | - |
| XYZ | 18.28 | 24.52 | 11.36 | - |
| YUV | 128.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 80 | 0.24 | 0 | 0.45 | 0.43 | 91.82 | 0.29 | 0.44 |
| Hex | 6F | 92 | 50 | 18 | 0 | 2D | 2B | 5C | 1D | 2C |
| Octal | 157 | 222 | 120 | 30 | 0 | 55 | 53 | 134 | 35 | 54 |
| Binary | 1101111 | 10010010 | 1010000 | 11000 | 0 | 101101 | 101011 | 1011100 | 11101 | 101100 |
Color Harmonies of #6F9250
Complementary color
Monochromatic Colors of #6F9250
Black with #6F9250
Text Example
Text Example
White with #6F9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9250; }
p { color: rgb(111,146,80); }
H1.HeaderClassName
{
color: #6F9250;
}
.AnyTagClassName
{
color: #6F9250;
}
</style>
background-color css
<style>
a { background-color: #6F9250; }
a { background-color: rgb(111,146,80); }
div.DivClassName
{
background-color: #6F9250;
}
.BgClassName
{
background-color: #6F9250;
}
</style>
border-color css
<style>
span { border-color: #6F9250; }
span { border-color: rgb(111,146,80); }
td.TdClassName
{
border-color: #6F9250;
}
.TagClassName
{
border-color: #6F9250;
}
</style>