Shades of Olive Drab #6B8A08
Tints of Olive Drab #6B8A08
RGB
CMYK
RGB Variations
Color information
#6B8A08 (or 0x6B8A08) is known color: Olive Drab. HEX triplet: 6B, 8A and 08. RGB value is (107,138,8). Sum of RGB (Red+Green+Blue) = 107+138+8=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8A08 is #9475F7. Grayscale: #727272. Windows color (decimal): -9729528 or 559723. OLE color: 559723.
HSL color Cylindrical-coordinate representation of color #6B8A08: hue angle of 74.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B8A08 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 138 | 8 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.46 |
| HSL | 74.31º | 0.89% | 0.29% | - |
| HSV(B) | 74.31º | 0.94% | 0.54% | - |
| XYZ | 15.2 | 21.32 | 3.54 | - |
| YUV | 113.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 8 | 0.22 | 0 | 0.94 | 0.46 | 74.31 | 0.89 | 0.29 |
| Hex | 6B | 8A | 8 | 16 | 0 | 5E | 2E | 4A | 59 | 1D |
| Octal | 153 | 212 | 10 | 26 | 0 | 136 | 56 | 112 | 131 | 35 |
| Binary | 1101011 | 10001010 | 1000 | 10110 | 0 | 1011110 | 101110 | 1001010 | 1011001 | 11101 |
Color Harmonies of #6B8A08
Complementary color
Monochromatic Colors of #6B8A08
Black with #6B8A08
Text Example
Text Example
White with #6B8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8A08; }
p { color: rgb(107,138,8); }
H1.HeaderClassName
{
color: #6B8A08;
}
.AnyTagClassName
{
color: #6B8A08;
}
</style>
background-color css
<style>
a { background-color: #6B8A08; }
a { background-color: rgb(107,138,8); }
div.DivClassName
{
background-color: #6B8A08;
}
.BgClassName
{
background-color: #6B8A08;
}
</style>
border-color css
<style>
span { border-color: #6B8A08; }
span { border-color: rgb(107,138,8); }
td.TdClassName
{
border-color: #6B8A08;
}
.TagClassName
{
border-color: #6B8A08;
}
</style>