Shades of Olive Drab #6A9501
Tints of Olive Drab #6A9501
RGB
CMYK
RGB Variations
Color information
#6A9501 (or 0x6A9501) is known color: Olive Drab. HEX triplet: 6A, 95 and 01. RGB value is (106,149,1). Sum of RGB (Red+Green+Blue) = 106+149+1=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9501 is #956AFE. Grayscale: #777777. Windows color (decimal): -9792255 or 103786. OLE color: 103786.
HSL color Cylindrical-coordinate representation of color #6A9501: hue angle of 77.43º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A9501 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 149 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.42 |
| HSL | 77.43º | 0.99% | 0.29% | - |
| HSV(B) | 77.43º | 0.99% | 0.58% | - |
| XYZ | 16.7 | 24.56 | 3.89 | - |
| YUV | 119.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 1 | 0.29 | 0 | 0.99 | 0.42 | 77.43 | 0.99 | 0.29 |
| Hex | 6A | 95 | 1 | 1D | 0 | 63 | 2A | 4D | 63 | 1D |
| Octal | 152 | 225 | 1 | 35 | 0 | 143 | 52 | 115 | 143 | 35 |
| Binary | 1101010 | 10010101 | 1 | 11101 | 0 | 1100011 | 101010 | 1001101 | 1100011 | 11101 |
Color Harmonies of #6A9501
Complementary color
Monochromatic Colors of #6A9501
Black with #6A9501
Text Example
Text Example
White with #6A9501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9501; }
p { color: rgb(106,149,1); }
H1.HeaderClassName
{
color: #6A9501;
}
.AnyTagClassName
{
color: #6A9501;
}
</style>
background-color css
<style>
a { background-color: #6A9501; }
a { background-color: rgb(106,149,1); }
div.DivClassName
{
background-color: #6A9501;
}
.BgClassName
{
background-color: #6A9501;
}
</style>
border-color css
<style>
span { border-color: #6A9501; }
span { border-color: rgb(106,149,1); }
td.TdClassName
{
border-color: #6A9501;
}
.TagClassName
{
border-color: #6A9501;
}
</style>