Shades of Olive Drab #6B8C34
Tints of Olive Drab #6B8C34
RGB
CMYK
RGB Variations
Color information
#6B8C34 (or 0x6B8C34) is known color: Olive Drab. HEX triplet: 6B, 8C and 34. RGB value is (107,140,52). Sum of RGB (Red+Green+Blue) = 107+140+52=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #6B8C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8C34 is #9473CB. Grayscale: #787878. Windows color (decimal): -9728972 or 3443819. OLE color: 3443819.
HSL color Cylindrical-coordinate representation of color #6B8C34: hue angle of 82.5º 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 #6B8C34 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 140 | 52 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.45 |
| HSL | 82.5º | 0.46% | 0.38% | - |
| HSV(B) | 82.5º | 0.63% | 0.55% | - |
| XYZ | 16.06 | 22.13 | 6.67 | - |
| YUV | 120.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 52 | 0.24 | 0 | 0.63 | 0.45 | 82.5 | 0.46 | 0.38 |
| Hex | 6B | 8C | 34 | 18 | 0 | 3F | 2D | 52 | 2E | 26 |
| Octal | 153 | 214 | 64 | 30 | 0 | 77 | 55 | 122 | 56 | 46 |
| Binary | 1101011 | 10001100 | 110100 | 11000 | 0 | 111111 | 101101 | 1010010 | 101110 | 100110 |
Color Harmonies of #6B8C34
Complementary color
Monochromatic Colors of #6B8C34
Black with #6B8C34
Text Example
Text Example
White with #6B8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8C34; }
p { color: rgb(107,140,52); }
H1.HeaderClassName
{
color: #6B8C34;
}
.AnyTagClassName
{
color: #6B8C34;
}
</style>
background-color css
<style>
a { background-color: #6B8C34; }
a { background-color: rgb(107,140,52); }
div.DivClassName
{
background-color: #6B8C34;
}
.BgClassName
{
background-color: #6B8C34;
}
</style>
border-color css
<style>
span { border-color: #6B8C34; }
span { border-color: rgb(107,140,52); }
td.TdClassName
{
border-color: #6B8C34;
}
.TagClassName
{
border-color: #6B8C34;
}
</style>