Shades of Olive Drab #6F893C
Tints of Olive Drab #6F893C
RGB
CMYK
RGB Variations
Color information
#6F893C (or 0x6F893C) is known color: Olive Drab. HEX triplet: 6F, 89 and 3C. RGB value is (111,137,60). Sum of RGB (Red+Green+Blue) = 111+137+60=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #6F893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F893C is #9076C3. Grayscale: #787878. Windows color (decimal): -9467588 or 3967343. OLE color: 3967343.
HSL color Cylindrical-coordinate representation of color #6F893C: hue angle of 80.26º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F893C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 60 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.46 |
| HSL | 80.26º | 0.39% | 0.39% | - |
| HSV(B) | 80.26º | 0.56% | 0.54% | - |
| XYZ | 16.32 | 21.6 | 7.58 | - |
| YUV | 120.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 60 | 0.19 | 0 | 0.56 | 0.46 | 80.26 | 0.39 | 0.39 |
| Hex | 6F | 89 | 3C | 13 | 0 | 38 | 2E | 50 | 27 | 27 |
| Octal | 157 | 211 | 74 | 23 | 0 | 70 | 56 | 120 | 47 | 47 |
| Binary | 1101111 | 10001001 | 111100 | 10011 | 0 | 111000 | 101110 | 1010000 | 100111 | 100111 |
Color Harmonies of #6F893C
Complementary color
Monochromatic Colors of #6F893C
Black with #6F893C
Text Example
Text Example
White with #6F893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F893C; }
p { color: rgb(111,137,60); }
H1.HeaderClassName
{
color: #6F893C;
}
.AnyTagClassName
{
color: #6F893C;
}
</style>
background-color css
<style>
a { background-color: #6F893C; }
a { background-color: rgb(111,137,60); }
div.DivClassName
{
background-color: #6F893C;
}
.BgClassName
{
background-color: #6F893C;
}
</style>
border-color css
<style>
span { border-color: #6F893C; }
span { border-color: rgb(111,137,60); }
td.TdClassName
{
border-color: #6F893C;
}
.TagClassName
{
border-color: #6F893C;
}
</style>