Shades of Olive Drab #6B8B06
Tints of Olive Drab #6B8B06
RGB
CMYK
RGB Variations
Color information
#6B8B06 (or 0x6B8B06) is known color: Olive Drab. HEX triplet: 6B, 8B and 06. RGB value is (107,139,6). Sum of RGB (Red+Green+Blue) = 107+139+6=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8B06 is #9474F9. Grayscale: #727272. Windows color (decimal): -9729274 or 428907. OLE color: 428907.
HSL color Cylindrical-coordinate representation of color #6B8B06: hue angle of 74.44º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B8B06 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 6 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.45 |
| HSL | 74.44º | 0.92% | 0.28% | - |
| HSV(B) | 74.44º | 0.96% | 0.55% | - |
| XYZ | 15.33 | 21.6 | 3.53 | - |
| YUV | 114.27 | 66.9 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 6 | 0.23 | 0 | 0.96 | 0.45 | 74.44 | 0.92 | 0.28 |
| Hex | 6B | 8B | 6 | 17 | 0 | 60 | 2D | 4A | 5C | 1C |
| Octal | 153 | 213 | 6 | 27 | 0 | 140 | 55 | 112 | 134 | 34 |
| Binary | 1101011 | 10001011 | 110 | 10111 | 0 | 1100000 | 101101 | 1001010 | 1011100 | 11100 |
Color Harmonies of #6B8B06
Complementary color
Monochromatic Colors of #6B8B06
Black with #6B8B06
Text Example
Text Example
White with #6B8B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B06; }
p { color: rgb(107,139,6); }
H1.HeaderClassName
{
color: #6B8B06;
}
.AnyTagClassName
{
color: #6B8B06;
}
</style>
background-color css
<style>
a { background-color: #6B8B06; }
a { background-color: rgb(107,139,6); }
div.DivClassName
{
background-color: #6B8B06;
}
.BgClassName
{
background-color: #6B8B06;
}
</style>
border-color css
<style>
span { border-color: #6B8B06; }
span { border-color: rgb(107,139,6); }
td.TdClassName
{
border-color: #6B8B06;
}
.TagClassName
{
border-color: #6B8B06;
}
</style>