Shades of Olive Drab #6F8525
Tints of Olive Drab #6F8525
RGB
CMYK
RGB Variations
Color information
#6F8525 (or 0x6F8525) is known color: Olive Drab. HEX triplet: 6F, 85 and 25. RGB value is (111,133,37). Sum of RGB (Red+Green+Blue) = 111+133+37=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8525 is #907ADA. Grayscale: #737373. Windows color (decimal): -9468635 or 2458991. OLE color: 2458991.
HSL color Cylindrical-coordinate representation of color #6F8525: hue angle of 73.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F8525 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 37 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.48 |
| HSL | 73.75º | 0.56% | 0.33% | - |
| HSV(B) | 73.75º | 0.72% | 0.52% | - |
| XYZ | 15.28 | 20.29 | 4.86 | - |
| YUV | 115.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 37 | 0.17 | 0 | 0.72 | 0.48 | 73.75 | 0.56 | 0.33 |
| Hex | 6F | 85 | 25 | 11 | 0 | 48 | 30 | 4A | 38 | 21 |
| Octal | 157 | 205 | 45 | 21 | 0 | 110 | 60 | 112 | 70 | 41 |
| Binary | 1101111 | 10000101 | 100101 | 10001 | 0 | 1001000 | 110000 | 1001010 | 111000 | 100001 |
Color Harmonies of #6F8525
Complementary color
Monochromatic Colors of #6F8525
Black with #6F8525
Text Example
Text Example
White with #6F8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8525; }
p { color: rgb(111,133,37); }
H1.HeaderClassName
{
color: #6F8525;
}
.AnyTagClassName
{
color: #6F8525;
}
</style>
background-color css
<style>
a { background-color: #6F8525; }
a { background-color: rgb(111,133,37); }
div.DivClassName
{
background-color: #6F8525;
}
.BgClassName
{
background-color: #6F8525;
}
</style>
border-color css
<style>
span { border-color: #6F8525; }
span { border-color: rgb(111,133,37); }
td.TdClassName
{
border-color: #6F8525;
}
.TagClassName
{
border-color: #6F8525;
}
</style>