Shades of Olive Drab #6A9408
Tints of Olive Drab #6A9408
RGB
CMYK
RGB Variations
Color information
#6A9408 (or 0x6A9408) is known color: Olive Drab. HEX triplet: 6A, 94 and 08. RGB value is (106,148,8). Sum of RGB (Red+Green+Blue) = 106+148+8=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9408 is #956BF7. Grayscale: #777777. Windows color (decimal): -9792504 or 562282. OLE color: 562282.
HSL color Cylindrical-coordinate representation of color #6A9408: hue angle of 78º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A9408 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 8 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.42 |
| HSL | 78º | 0.9% | 0.31% | - |
| HSV(B) | 78º | 0.95% | 0.58% | - |
| XYZ | 16.58 | 24.26 | 4.04 | - |
| YUV | 119.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 8 | 0.28 | 0 | 0.95 | 0.42 | 78 | 0.9 | 0.31 |
| Hex | 6A | 94 | 8 | 1C | 0 | 5F | 2A | 4E | 5A | 1F |
| Octal | 152 | 224 | 10 | 34 | 0 | 137 | 52 | 116 | 132 | 37 |
| Binary | 1101010 | 10010100 | 1000 | 11100 | 0 | 1011111 | 101010 | 1001110 | 1011010 | 11111 |
Color Harmonies of #6A9408
Complementary color
Monochromatic Colors of #6A9408
Black with #6A9408
Text Example
Text Example
White with #6A9408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9408; }
p { color: rgb(106,148,8); }
H1.HeaderClassName
{
color: #6A9408;
}
.AnyTagClassName
{
color: #6A9408;
}
</style>
background-color css
<style>
a { background-color: #6A9408; }
a { background-color: rgb(106,148,8); }
div.DivClassName
{
background-color: #6A9408;
}
.BgClassName
{
background-color: #6A9408;
}
</style>
border-color css
<style>
span { border-color: #6A9408; }
span { border-color: rgb(106,148,8); }
td.TdClassName
{
border-color: #6A9408;
}
.TagClassName
{
border-color: #6A9408;
}
</style>