Shades of Olive Drab #6B852D
Tints of Olive Drab #6B852D
RGB
CMYK
RGB Variations
Color information
#6B852D (or 0x6B852D) is known color: Olive Drab. HEX triplet: 6B, 85 and 2D. RGB value is (107,133,45). Sum of RGB (Red+Green+Blue) = 107+133+45=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #6B852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B852D is #947AD2. Grayscale: #737373. Windows color (decimal): -9730771 or 2983275. OLE color: 2983275.
HSL color Cylindrical-coordinate representation of color #6B852D: hue angle of 77.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B852D is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 45 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.48 |
| HSL | 77.73º | 0.49% | 0.35% | - |
| HSV(B) | 77.73º | 0.66% | 0.52% | - |
| XYZ | 14.92 | 20.09 | 5.57 | - |
| YUV | 115.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 45 | 0.20 | 0 | 0.66 | 0.48 | 77.73 | 0.49 | 0.35 |
| Hex | 6B | 85 | 2D | 14 | 0 | 42 | 30 | 4E | 31 | 23 |
| Octal | 153 | 205 | 55 | 24 | 0 | 102 | 60 | 116 | 61 | 43 |
| Binary | 1101011 | 10000101 | 101101 | 10100 | 0 | 1000010 | 110000 | 1001110 | 110001 | 100011 |
Color Harmonies of #6B852D
Complementary color
Monochromatic Colors of #6B852D
Black with #6B852D
Text Example
Text Example
White with #6B852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B852D; }
p { color: rgb(107,133,45); }
H1.HeaderClassName
{
color: #6B852D;
}
.AnyTagClassName
{
color: #6B852D;
}
</style>
background-color css
<style>
a { background-color: #6B852D; }
a { background-color: rgb(107,133,45); }
div.DivClassName
{
background-color: #6B852D;
}
.BgClassName
{
background-color: #6B852D;
}
</style>
border-color css
<style>
span { border-color: #6B852D; }
span { border-color: rgb(107,133,45); }
td.TdClassName
{
border-color: #6B852D;
}
.TagClassName
{
border-color: #6B852D;
}
</style>