Shades of Olive Drab #6B8736
Tints of Olive Drab #6B8736
RGB
CMYK
RGB Variations
Color information
#6B8736 (or 0x6B8736) is known color: Olive Drab. HEX triplet: 6B, 87 and 36. RGB value is (107,135,54). Sum of RGB (Red+Green+Blue) = 107+135+54=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8736 is #9478C9. Grayscale: #757575. Windows color (decimal): -9730250 or 3573611. OLE color: 3573611.
HSL color Cylindrical-coordinate representation of color #6B8736: hue angle of 80.74º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B8736 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 54 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.47 |
| HSL | 80.74º | 0.43% | 0.37% | - |
| HSV(B) | 80.74º | 0.6% | 0.53% | - |
| XYZ | 15.39 | 20.72 | 6.68 | - |
| YUV | 117.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 54 | 0.21 | 0 | 0.60 | 0.47 | 80.74 | 0.43 | 0.37 |
| Hex | 6B | 87 | 36 | 15 | 0 | 3C | 2F | 51 | 2B | 25 |
| Octal | 153 | 207 | 66 | 25 | 0 | 74 | 57 | 121 | 53 | 45 |
| Binary | 1101011 | 10000111 | 110110 | 10101 | 0 | 111100 | 101111 | 1010001 | 101011 | 100101 |
Color Harmonies of #6B8736
Complementary color
Monochromatic Colors of #6B8736
Black with #6B8736
Text Example
Text Example
White with #6B8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8736; }
p { color: rgb(107,135,54); }
H1.HeaderClassName
{
color: #6B8736;
}
.AnyTagClassName
{
color: #6B8736;
}
</style>
background-color css
<style>
a { background-color: #6B8736; }
a { background-color: rgb(107,135,54); }
div.DivClassName
{
background-color: #6B8736;
}
.BgClassName
{
background-color: #6B8736;
}
</style>
border-color css
<style>
span { border-color: #6B8736; }
span { border-color: rgb(107,135,54); }
td.TdClassName
{
border-color: #6B8736;
}
.TagClassName
{
border-color: #6B8736;
}
</style>