Shades of Olive Drab #6B8235
Tints of Olive Drab #6B8235
RGB
CMYK
RGB Variations
Color information
#6B8235 (or 0x6B8235) is known color: Olive Drab. HEX triplet: 6B, 82 and 35. RGB value is (107,130,53). Sum of RGB (Red+Green+Blue) = 107+130+53=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8235 is #947DCA. Grayscale: #727272. Windows color (decimal): -9731531 or 3506795. OLE color: 3506795.
HSL color Cylindrical-coordinate representation of color #6B8235: hue angle of 77.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B8235 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 53 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.49 |
| HSL | 77.92º | 0.42% | 0.36% | - |
| HSV(B) | 77.92º | 0.59% | 0.51% | - |
| XYZ | 14.69 | 19.35 | 6.33 | - |
| YUV | 114.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 53 | 0.18 | 0 | 0.59 | 0.49 | 77.92 | 0.42 | 0.36 |
| Hex | 6B | 82 | 35 | 12 | 0 | 3B | 31 | 4E | 2A | 24 |
| Octal | 153 | 202 | 65 | 22 | 0 | 73 | 61 | 116 | 52 | 44 |
| Binary | 1101011 | 10000010 | 110101 | 10010 | 0 | 111011 | 110001 | 1001110 | 101010 | 100100 |
Color Harmonies of #6B8235
Complementary color
Monochromatic Colors of #6B8235
Black with #6B8235
Text Example
Text Example
White with #6B8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8235; }
p { color: rgb(107,130,53); }
H1.HeaderClassName
{
color: #6B8235;
}
.AnyTagClassName
{
color: #6B8235;
}
</style>
background-color css
<style>
a { background-color: #6B8235; }
a { background-color: rgb(107,130,53); }
div.DivClassName
{
background-color: #6B8235;
}
.BgClassName
{
background-color: #6B8235;
}
</style>
border-color css
<style>
span { border-color: #6B8235; }
span { border-color: rgb(107,130,53); }
td.TdClassName
{
border-color: #6B8235;
}
.TagClassName
{
border-color: #6B8235;
}
</style>