Shades of Olive Drab #6B8738
Tints of Olive Drab #6B8738
RGB
CMYK
RGB Variations
Color information
#6B8738 (or 0x6B8738) is known color: Olive Drab. HEX triplet: 6B, 87 and 38. RGB value is (107,135,56). Sum of RGB (Red+Green+Blue) = 107+135+56=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8738 is #9478C7. Grayscale: #757575. Windows color (decimal): -9730248 or 3704683. OLE color: 3704683.
HSL color Cylindrical-coordinate representation of color #6B8738: hue angle of 81.27º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B8738 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 56 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.47 |
| HSL | 81.27º | 0.41% | 0.37% | - |
| HSV(B) | 81.27º | 0.59% | 0.53% | - |
| XYZ | 15.44 | 20.74 | 6.93 | - |
| YUV | 117.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 56 | 0.21 | 0 | 0.59 | 0.47 | 81.27 | 0.41 | 0.37 |
| Hex | 6B | 87 | 38 | 15 | 0 | 3B | 2F | 51 | 29 | 25 |
| Octal | 153 | 207 | 70 | 25 | 0 | 73 | 57 | 121 | 51 | 45 |
| Binary | 1101011 | 10000111 | 111000 | 10101 | 0 | 111011 | 101111 | 1010001 | 101001 | 100101 |
Color Harmonies of #6B8738
Complementary color
Monochromatic Colors of #6B8738
Black with #6B8738
Text Example
Text Example
White with #6B8738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8738; }
p { color: rgb(107,135,56); }
H1.HeaderClassName
{
color: #6B8738;
}
.AnyTagClassName
{
color: #6B8738;
}
</style>
background-color css
<style>
a { background-color: #6B8738; }
a { background-color: rgb(107,135,56); }
div.DivClassName
{
background-color: #6B8738;
}
.BgClassName
{
background-color: #6B8738;
}
</style>
border-color css
<style>
span { border-color: #6B8738; }
span { border-color: rgb(107,135,56); }
td.TdClassName
{
border-color: #6B8738;
}
.TagClassName
{
border-color: #6B8738;
}
</style>