Shades of Olive Drab #6B872C
Tints of Olive Drab #6B872C
RGB
CMYK
RGB Variations
Color information
#6B872C (or 0x6B872C) is known color: Olive Drab. HEX triplet: 6B, 87 and 2C. RGB value is (107,135,44). Sum of RGB (Red+Green+Blue) = 107+135+44=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #6B872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B872C is #9478D3. Grayscale: #747474. Windows color (decimal): -9730260 or 2918251. OLE color: 2918251.
HSL color Cylindrical-coordinate representation of color #6B872C: hue angle of 78.46º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B872C is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 44 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.47 |
| HSL | 78.46º | 0.51% | 0.35% | - |
| HSV(B) | 78.46º | 0.67% | 0.53% | - |
| XYZ | 15.18 | 20.64 | 5.57 | - |
| YUV | 116.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 44 | 0.21 | 0 | 0.67 | 0.47 | 78.46 | 0.51 | 0.35 |
| Hex | 6B | 87 | 2C | 15 | 0 | 43 | 2F | 4E | 33 | 23 |
| Octal | 153 | 207 | 54 | 25 | 0 | 103 | 57 | 116 | 63 | 43 |
| Binary | 1101011 | 10000111 | 101100 | 10101 | 0 | 1000011 | 101111 | 1001110 | 110011 | 100011 |
Color Harmonies of #6B872C
Complementary color
Monochromatic Colors of #6B872C
Black with #6B872C
Text Example
Text Example
White with #6B872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B872C; }
p { color: rgb(107,135,44); }
H1.HeaderClassName
{
color: #6B872C;
}
.AnyTagClassName
{
color: #6B872C;
}
</style>
background-color css
<style>
a { background-color: #6B872C; }
a { background-color: rgb(107,135,44); }
div.DivClassName
{
background-color: #6B872C;
}
.BgClassName
{
background-color: #6B872C;
}
</style>
border-color css
<style>
span { border-color: #6B872C; }
span { border-color: rgb(107,135,44); }
td.TdClassName
{
border-color: #6B872C;
}
.TagClassName
{
border-color: #6B872C;
}
</style>