Shades of Olive Drab #6A8B33
Tints of Olive Drab #6A8B33
RGB
CMYK
RGB Variations
Color information
#6A8B33 (or 0x6A8B33) is known color: Olive Drab. HEX triplet: 6A, 8B and 33. RGB value is (106,139,51). Sum of RGB (Red+Green+Blue) = 106+139+51=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8B33 is #9574CC. Grayscale: #777777. Windows color (decimal): -9794765 or 3378026. OLE color: 3378026.
HSL color Cylindrical-coordinate representation of color #6A8B33: hue angle of 82.5º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A8B33 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 139 | 51 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.45 |
| HSL | 82.5º | 0.46% | 0.37% | - |
| HSV(B) | 82.5º | 0.63% | 0.55% | - |
| XYZ | 15.77 | 21.77 | 6.5 | - |
| YUV | 119.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 51 | 0.24 | 0 | 0.63 | 0.45 | 82.5 | 0.46 | 0.37 |
| Hex | 6A | 8B | 33 | 18 | 0 | 3F | 2D | 52 | 2E | 25 |
| Octal | 152 | 213 | 63 | 30 | 0 | 77 | 55 | 122 | 56 | 45 |
| Binary | 1101010 | 10001011 | 110011 | 11000 | 0 | 111111 | 101101 | 1010010 | 101110 | 100101 |
Color Harmonies of #6A8B33
Complementary color
Monochromatic Colors of #6A8B33
Black with #6A8B33
Text Example
Text Example
White with #6A8B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8B33; }
p { color: rgb(106,139,51); }
H1.HeaderClassName
{
color: #6A8B33;
}
.AnyTagClassName
{
color: #6A8B33;
}
</style>
background-color css
<style>
a { background-color: #6A8B33; }
a { background-color: rgb(106,139,51); }
div.DivClassName
{
background-color: #6A8B33;
}
.BgClassName
{
background-color: #6A8B33;
}
</style>
border-color css
<style>
span { border-color: #6A8B33; }
span { border-color: rgb(106,139,51); }
td.TdClassName
{
border-color: #6A8B33;
}
.TagClassName
{
border-color: #6A8B33;
}
</style>