Shades of Olive Drab #6B852C
Tints of Olive Drab #6B852C
RGB
CMYK
RGB Variations
Color information
#6B852C (or 0x6B852C) is known color: Olive Drab. HEX triplet: 6B, 85 and 2C. RGB value is (107,133,44). Sum of RGB (Red+Green+Blue) = 107+133+44=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #6B852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B852C is #947AD3. Grayscale: #737373. Windows color (decimal): -9730772 or 2917739. OLE color: 2917739.
HSL color Cylindrical-coordinate representation of color #6B852C: hue angle of 77.53º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B852C is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 44 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.48 |
| HSL | 77.53º | 0.5% | 0.35% | - |
| HSV(B) | 77.53º | 0.67% | 0.52% | - |
| XYZ | 14.91 | 20.08 | 5.47 | - |
| YUV | 115.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 44 | 0.20 | 0 | 0.67 | 0.48 | 77.53 | 0.5 | 0.35 |
| Hex | 6B | 85 | 2C | 14 | 0 | 43 | 30 | 4E | 32 | 23 |
| Octal | 153 | 205 | 54 | 24 | 0 | 103 | 60 | 116 | 62 | 43 |
| Binary | 1101011 | 10000101 | 101100 | 10100 | 0 | 1000011 | 110000 | 1001110 | 110010 | 100011 |
Color Harmonies of #6B852C
Complementary color
Monochromatic Colors of #6B852C
Black with #6B852C
Text Example
Text Example
White with #6B852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B852C; }
p { color: rgb(107,133,44); }
H1.HeaderClassName
{
color: #6B852C;
}
.AnyTagClassName
{
color: #6B852C;
}
</style>
background-color css
<style>
a { background-color: #6B852C; }
a { background-color: rgb(107,133,44); }
div.DivClassName
{
background-color: #6B852C;
}
.BgClassName
{
background-color: #6B852C;
}
</style>
border-color css
<style>
span { border-color: #6B852C; }
span { border-color: rgb(107,133,44); }
td.TdClassName
{
border-color: #6B852C;
}
.TagClassName
{
border-color: #6B852C;
}
</style>