Shades of Highland #6F914B
Tints of Highland #6F914B
RGB
CMYK
RGB Variations
Color information
#6F914B (or 0x6F914B) is known color: Highland. HEX triplet: 6F, 91 and 4B. RGB value is (111,145,75). Sum of RGB (Red+Green+Blue) = 111+145+75=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #6F914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F914B is #906EB4. Grayscale: #7F7F7F. Windows color (decimal): -9465525 or 4952431. OLE color: 4952431.
HSL color Cylindrical-coordinate representation of color #6F914B: hue angle of 89.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F914B is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 75 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.43 |
| HSL | 89.14º | 0.32% | 0.43% | - |
| HSV(B) | 89.14º | 0.48% | 0.57% | - |
| XYZ | 17.95 | 24.14 | 10.37 | - |
| YUV | 126.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 75 | 0.23 | 0 | 0.48 | 0.43 | 89.14 | 0.32 | 0.43 |
| Hex | 6F | 91 | 4B | 17 | 0 | 30 | 2B | 59 | 20 | 2B |
| Octal | 157 | 221 | 113 | 27 | 0 | 60 | 53 | 131 | 40 | 53 |
| Binary | 1101111 | 10010001 | 1001011 | 10111 | 0 | 110000 | 101011 | 1011001 | 100000 | 101011 |
Color Harmonies of #6F914B
Complementary color
Monochromatic Colors of #6F914B
Black with #6F914B
Text Example
Text Example
White with #6F914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F914B; }
p { color: rgb(111,145,75); }
H1.HeaderClassName
{
color: #6F914B;
}
.AnyTagClassName
{
color: #6F914B;
}
</style>
background-color css
<style>
a { background-color: #6F914B; }
a { background-color: rgb(111,145,75); }
div.DivClassName
{
background-color: #6F914B;
}
.BgClassName
{
background-color: #6F914B;
}
</style>
border-color css
<style>
span { border-color: #6F914B; }
span { border-color: rgb(111,145,75); }
td.TdClassName
{
border-color: #6F914B;
}
.TagClassName
{
border-color: #6F914B;
}
</style>