Shades of Olive Drab #6B8A09
Tints of Olive Drab #6B8A09
RGB
CMYK
RGB Variations
Color information
#6B8A09 (or 0x6B8A09) is known color: Olive Drab. HEX triplet: 6B, 8A and 09. RGB value is (107,138,9). Sum of RGB (Red+Green+Blue) = 107+138+9=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 138 (54.30% from 255 or 54.33% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8A09 is #9475F6. Grayscale: #727272. Windows color (decimal): -9729527 or 625259. OLE color: 625259.
HSL color Cylindrical-coordinate representation of color #6B8A09: hue angle of 74.42º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B8A09 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 138 | 9 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.46 |
| HSL | 74.42º | 0.88% | 0.29% | - |
| HSV(B) | 74.42º | 0.93% | 0.54% | - |
| XYZ | 15.2 | 21.32 | 3.57 | - |
| YUV | 114.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 9 | 0.22 | 0 | 0.93 | 0.46 | 74.42 | 0.88 | 0.29 |
| Hex | 6B | 8A | 9 | 16 | 0 | 5D | 2E | 4A | 58 | 1D |
| Octal | 153 | 212 | 11 | 26 | 0 | 135 | 56 | 112 | 130 | 35 |
| Binary | 1101011 | 10001010 | 1001 | 10110 | 0 | 1011101 | 101110 | 1001010 | 1011000 | 11101 |
Color Harmonies of #6B8A09
Complementary color
Monochromatic Colors of #6B8A09
Black with #6B8A09
Text Example
Text Example
White with #6B8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8A09; }
p { color: rgb(107,138,9); }
H1.HeaderClassName
{
color: #6B8A09;
}
.AnyTagClassName
{
color: #6B8A09;
}
</style>
background-color css
<style>
a { background-color: #6B8A09; }
a { background-color: rgb(107,138,9); }
div.DivClassName
{
background-color: #6B8A09;
}
.BgClassName
{
background-color: #6B8A09;
}
</style>
border-color css
<style>
span { border-color: #6B8A09; }
span { border-color: rgb(107,138,9); }
td.TdClassName
{
border-color: #6B8A09;
}
.TagClassName
{
border-color: #6B8A09;
}
</style>