Shades of Olive Drab #6A8807
Tints of Olive Drab #6A8807
RGB
CMYK
RGB Variations
Color information
#6A8807 (or 0x6A8807) is known color: Olive Drab. HEX triplet: 6A, 88 and 07. RGB value is (106,136,7). Sum of RGB (Red+Green+Blue) = 106+136+7=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8807 is #9577F8. Grayscale: #707070. Windows color (decimal): -9795577 or 493674. OLE color: 493674.
HSL color Cylindrical-coordinate representation of color #6A8807: hue angle of 73.95º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A8807 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 7 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.47 |
| HSL | 73.95º | 0.9% | 0.28% | - |
| HSV(B) | 73.95º | 0.95% | 0.53% | - |
| XYZ | 14.79 | 20.69 | 3.41 | - |
| YUV | 112.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 7 | 0.22 | 0 | 0.95 | 0.47 | 73.95 | 0.9 | 0.28 |
| Hex | 6A | 88 | 7 | 16 | 0 | 5F | 2F | 4A | 5A | 1C |
| Octal | 152 | 210 | 7 | 26 | 0 | 137 | 57 | 112 | 132 | 34 |
| Binary | 1101010 | 10001000 | 111 | 10110 | 0 | 1011111 | 101111 | 1001010 | 1011010 | 11100 |
Color Harmonies of #6A8807
Complementary color
Monochromatic Colors of #6A8807
Black with #6A8807
Text Example
Text Example
White with #6A8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8807; }
p { color: rgb(106,136,7); }
H1.HeaderClassName
{
color: #6A8807;
}
.AnyTagClassName
{
color: #6A8807;
}
</style>
background-color css
<style>
a { background-color: #6A8807; }
a { background-color: rgb(106,136,7); }
div.DivClassName
{
background-color: #6A8807;
}
.BgClassName
{
background-color: #6A8807;
}
</style>
border-color css
<style>
span { border-color: #6A8807; }
span { border-color: rgb(106,136,7); }
td.TdClassName
{
border-color: #6A8807;
}
.TagClassName
{
border-color: #6A8807;
}
</style>