Shades of Olive Drab #6F893D
Tints of Olive Drab #6F893D
RGB
CMYK
RGB Variations
Color information
#6F893D (or 0x6F893D) is known color: Olive Drab. HEX triplet: 6F, 89 and 3D. RGB value is (111,137,61). Sum of RGB (Red+Green+Blue) = 111+137+61=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #6F893D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F893D is #9076C2. Grayscale: #787878. Windows color (decimal): -9467587 or 4032879. OLE color: 4032879.
HSL color Cylindrical-coordinate representation of color #6F893D: hue angle of 80.53º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F893D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 61 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.46 |
| HSL | 80.53º | 0.38% | 0.39% | - |
| HSV(B) | 80.53º | 0.55% | 0.54% | - |
| XYZ | 16.34 | 21.61 | 7.72 | - |
| YUV | 120.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 61 | 0.19 | 0 | 0.55 | 0.46 | 80.53 | 0.38 | 0.39 |
| Hex | 6F | 89 | 3D | 13 | 0 | 37 | 2E | 51 | 26 | 27 |
| Octal | 157 | 211 | 75 | 23 | 0 | 67 | 56 | 121 | 46 | 47 |
| Binary | 1101111 | 10001001 | 111101 | 10011 | 0 | 110111 | 101110 | 1010001 | 100110 | 100111 |
Color Harmonies of #6F893D
Complementary color
Monochromatic Colors of #6F893D
Black with #6F893D
Text Example
Text Example
White with #6F893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F893D; }
p { color: rgb(111,137,61); }
H1.HeaderClassName
{
color: #6F893D;
}
.AnyTagClassName
{
color: #6F893D;
}
</style>
background-color css
<style>
a { background-color: #6F893D; }
a { background-color: rgb(111,137,61); }
div.DivClassName
{
background-color: #6F893D;
}
.BgClassName
{
background-color: #6F893D;
}
</style>
border-color css
<style>
span { border-color: #6F893D; }
span { border-color: rgb(111,137,61); }
td.TdClassName
{
border-color: #6F893D;
}
.TagClassName
{
border-color: #6F893D;
}
</style>