Shades of Olive Drab #6F8433
Tints of Olive Drab #6F8433
RGB
CMYK
RGB Variations
Color information
#6F8433 (or 0x6F8433) is known color: Olive Drab. HEX triplet: 6F, 84 and 33. RGB value is (111,132,51). Sum of RGB (Red+Green+Blue) = 111+132+51=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8433 is #907BCC. Grayscale: #747474. Windows color (decimal): -9468877 or 3376239. OLE color: 3376239.
HSL color Cylindrical-coordinate representation of color #6F8433: hue angle of 75.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F8433 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 51 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.48 |
| HSL | 75.56º | 0.44% | 0.36% | - |
| HSV(B) | 75.56º | 0.61% | 0.52% | - |
| XYZ | 15.4 | 20.12 | 6.2 | - |
| YUV | 116.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 51 | 0.16 | 0 | 0.61 | 0.48 | 75.56 | 0.44 | 0.36 |
| Hex | 6F | 84 | 33 | 10 | 0 | 3D | 30 | 4C | 2C | 24 |
| Octal | 157 | 204 | 63 | 20 | 0 | 75 | 60 | 114 | 54 | 44 |
| Binary | 1101111 | 10000100 | 110011 | 10000 | 0 | 111101 | 110000 | 1001100 | 101100 | 100100 |
Color Harmonies of #6F8433
Complementary color
Monochromatic Colors of #6F8433
Black with #6F8433
Text Example
Text Example
White with #6F8433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8433; }
p { color: rgb(111,132,51); }
H1.HeaderClassName
{
color: #6F8433;
}
.AnyTagClassName
{
color: #6F8433;
}
</style>
background-color css
<style>
a { background-color: #6F8433; }
a { background-color: rgb(111,132,51); }
div.DivClassName
{
background-color: #6F8433;
}
.BgClassName
{
background-color: #6F8433;
}
</style>
border-color css
<style>
span { border-color: #6F8433; }
span { border-color: rgb(111,132,51); }
td.TdClassName
{
border-color: #6F8433;
}
.TagClassName
{
border-color: #6F8433;
}
</style>