Shades of Olive Drab #6A8908
Tints of Olive Drab #6A8908
RGB
CMYK
RGB Variations
Color information
#6A8908 (or 0x6A8908) is known color: Olive Drab. HEX triplet: 6A, 89 and 08. RGB value is (106,137,8). Sum of RGB (Red+Green+Blue) = 106+137+8=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8908 is #9576F7. Grayscale: #717171. Windows color (decimal): -9795320 or 559466. OLE color: 559466.
HSL color Cylindrical-coordinate representation of color #6A8908: hue angle of 74.42º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A8908 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 137 | 8 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.46 |
| HSL | 74.42º | 0.89% | 0.28% | - |
| HSV(B) | 74.42º | 0.94% | 0.54% | - |
| XYZ | 14.93 | 20.97 | 3.49 | - |
| YUV | 113.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 8 | 0.23 | 0 | 0.94 | 0.46 | 74.42 | 0.89 | 0.28 |
| Hex | 6A | 89 | 8 | 17 | 0 | 5E | 2E | 4A | 59 | 1C |
| Octal | 152 | 211 | 10 | 27 | 0 | 136 | 56 | 112 | 131 | 34 |
| Binary | 1101010 | 10001001 | 1000 | 10111 | 0 | 1011110 | 101110 | 1001010 | 1011001 | 11100 |
Color Harmonies of #6A8908
Complementary color
Monochromatic Colors of #6A8908
Black with #6A8908
Text Example
Text Example
White with #6A8908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8908; }
p { color: rgb(106,137,8); }
H1.HeaderClassName
{
color: #6A8908;
}
.AnyTagClassName
{
color: #6A8908;
}
</style>
background-color css
<style>
a { background-color: #6A8908; }
a { background-color: rgb(106,137,8); }
div.DivClassName
{
background-color: #6A8908;
}
.BgClassName
{
background-color: #6A8908;
}
</style>
border-color css
<style>
span { border-color: #6A8908; }
span { border-color: rgb(106,137,8); }
td.TdClassName
{
border-color: #6A8908;
}
.TagClassName
{
border-color: #6A8908;
}
</style>