Shades of Olive Drab #6F872D
Tints of Olive Drab #6F872D
RGB
CMYK
RGB Variations
Color information
#6F872D (or 0x6F872D) is known color: Olive Drab. HEX triplet: 6F, 87 and 2D. RGB value is (111,135,45). Sum of RGB (Red+Green+Blue) = 111+135+45=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #6F872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F872D is #9078D2. Grayscale: #757575. Windows color (decimal): -9468115 or 2983791. OLE color: 2983791.
HSL color Cylindrical-coordinate representation of color #6F872D: hue angle of 76º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F872D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 45 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.47 |
| HSL | 76º | 0.5% | 0.35% | - |
| HSV(B) | 76º | 0.67% | 0.53% | - |
| XYZ | 15.69 | 20.9 | 5.69 | - |
| YUV | 117.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 45 | 0.18 | 0 | 0.67 | 0.47 | 76 | 0.5 | 0.35 |
| Hex | 6F | 87 | 2D | 12 | 0 | 43 | 2F | 4C | 32 | 23 |
| Octal | 157 | 207 | 55 | 22 | 0 | 103 | 57 | 114 | 62 | 43 |
| Binary | 1101111 | 10000111 | 101101 | 10010 | 0 | 1000011 | 101111 | 1001100 | 110010 | 100011 |
Color Harmonies of #6F872D
Complementary color
Monochromatic Colors of #6F872D
Black with #6F872D
Text Example
Text Example
White with #6F872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F872D; }
p { color: rgb(111,135,45); }
H1.HeaderClassName
{
color: #6F872D;
}
.AnyTagClassName
{
color: #6F872D;
}
</style>
background-color css
<style>
a { background-color: #6F872D; }
a { background-color: rgb(111,135,45); }
div.DivClassName
{
background-color: #6F872D;
}
.BgClassName
{
background-color: #6F872D;
}
</style>
border-color css
<style>
span { border-color: #6F872D; }
span { border-color: rgb(111,135,45); }
td.TdClassName
{
border-color: #6F872D;
}
.TagClassName
{
border-color: #6F872D;
}
</style>