Shades of Olive Drab #6F873C
Tints of Olive Drab #6F873C
RGB
CMYK
RGB Variations
Color information
#6F873C (or 0x6F873C) is known color: Olive Drab. HEX triplet: 6F, 87 and 3C. RGB value is (111,135,60). Sum of RGB (Red+Green+Blue) = 111+135+60=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #6F873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F873C is #9078C3. Grayscale: #777777. Windows color (decimal): -9468100 or 3966831. OLE color: 3966831.
HSL color Cylindrical-coordinate representation of color #6F873C: hue angle of 79.2º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F873C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 60 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.47 |
| HSL | 79.2º | 0.38% | 0.38% | - |
| HSV(B) | 79.2º | 0.56% | 0.53% | - |
| XYZ | 16.04 | 21.03 | 7.49 | - |
| YUV | 119.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 60 | 0.18 | 0 | 0.56 | 0.47 | 79.2 | 0.38 | 0.38 |
| Hex | 6F | 87 | 3C | 12 | 0 | 38 | 2F | 4F | 26 | 26 |
| Octal | 157 | 207 | 74 | 22 | 0 | 70 | 57 | 117 | 46 | 46 |
| Binary | 1101111 | 10000111 | 111100 | 10010 | 0 | 111000 | 101111 | 1001111 | 100110 | 100110 |
Color Harmonies of #6F873C
Complementary color
Monochromatic Colors of #6F873C
Black with #6F873C
Text Example
Text Example
White with #6F873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F873C; }
p { color: rgb(111,135,60); }
H1.HeaderClassName
{
color: #6F873C;
}
.AnyTagClassName
{
color: #6F873C;
}
</style>
background-color css
<style>
a { background-color: #6F873C; }
a { background-color: rgb(111,135,60); }
div.DivClassName
{
background-color: #6F873C;
}
.BgClassName
{
background-color: #6F873C;
}
</style>
border-color css
<style>
span { border-color: #6F873C; }
span { border-color: rgb(111,135,60); }
td.TdClassName
{
border-color: #6F873C;
}
.TagClassName
{
border-color: #6F873C;
}
</style>