Shades of Olive Drab #6B8D34
Tints of Olive Drab #6B8D34
RGB
CMYK
RGB Variations
Color information
#6B8D34 (or 0x6B8D34) is known color: Olive Drab. HEX triplet: 6B, 8D and 34. RGB value is (107,141,52). Sum of RGB (Red+Green+Blue) = 107+141+52=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8D34 is #9472CB. Grayscale: #797979. Windows color (decimal): -9728716 or 3444075. OLE color: 3444075.
HSL color Cylindrical-coordinate representation of color #6B8D34: hue angle of 82.92º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B8D34 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 52 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.45 |
| HSL | 82.92º | 0.46% | 0.38% | - |
| HSV(B) | 82.92º | 0.63% | 0.55% | - |
| XYZ | 16.21 | 22.42 | 6.72 | - |
| YUV | 120.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 52 | 0.24 | 0 | 0.63 | 0.45 | 82.92 | 0.46 | 0.38 |
| Hex | 6B | 8D | 34 | 18 | 0 | 3F | 2D | 53 | 2E | 26 |
| Octal | 153 | 215 | 64 | 30 | 0 | 77 | 55 | 123 | 56 | 46 |
| Binary | 1101011 | 10001101 | 110100 | 11000 | 0 | 111111 | 101101 | 1010011 | 101110 | 100110 |
Color Harmonies of #6B8D34
Complementary color
Monochromatic Colors of #6B8D34
Black with #6B8D34
Text Example
Text Example
White with #6B8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D34; }
p { color: rgb(107,141,52); }
H1.HeaderClassName
{
color: #6B8D34;
}
.AnyTagClassName
{
color: #6B8D34;
}
</style>
background-color css
<style>
a { background-color: #6B8D34; }
a { background-color: rgb(107,141,52); }
div.DivClassName
{
background-color: #6B8D34;
}
.BgClassName
{
background-color: #6B8D34;
}
</style>
border-color css
<style>
span { border-color: #6B8D34; }
span { border-color: rgb(107,141,52); }
td.TdClassName
{
border-color: #6B8D34;
}
.TagClassName
{
border-color: #6B8D34;
}
</style>