Shades of Olive Drab #6A8A06
Tints of Olive Drab #6A8A06
RGB
CMYK
RGB Variations
Color information
#6A8A06 (or 0x6A8A06) is known color: Olive Drab. HEX triplet: 6A, 8A and 06. RGB value is (106,138,6). Sum of RGB (Red+Green+Blue) = 106+138+6=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8A06 is #9575F9. Grayscale: #717171. Windows color (decimal): -9795066 or 428650. OLE color: 428650.
HSL color Cylindrical-coordinate representation of color #6A8A06: hue angle of 74.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A8A06 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 138 | 6 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.46 |
| HSL | 74.55º | 0.92% | 0.28% | - |
| HSV(B) | 74.55º | 0.96% | 0.54% | - |
| XYZ | 15.07 | 21.25 | 3.48 | - |
| YUV | 113.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 6 | 0.23 | 0 | 0.96 | 0.46 | 74.55 | 0.92 | 0.28 |
| Hex | 6A | 8A | 6 | 17 | 0 | 60 | 2E | 4B | 5C | 1C |
| Octal | 152 | 212 | 6 | 27 | 0 | 140 | 56 | 113 | 134 | 34 |
| Binary | 1101010 | 10001010 | 110 | 10111 | 0 | 1100000 | 101110 | 1001011 | 1011100 | 11100 |
Color Harmonies of #6A8A06
Complementary color
Monochromatic Colors of #6A8A06
Black with #6A8A06
Text Example
Text Example
White with #6A8A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A06; }
p { color: rgb(106,138,6); }
H1.HeaderClassName
{
color: #6A8A06;
}
.AnyTagClassName
{
color: #6A8A06;
}
</style>
background-color css
<style>
a { background-color: #6A8A06; }
a { background-color: rgb(106,138,6); }
div.DivClassName
{
background-color: #6A8A06;
}
.BgClassName
{
background-color: #6A8A06;
}
</style>
border-color css
<style>
span { border-color: #6A8A06; }
span { border-color: rgb(106,138,6); }
td.TdClassName
{
border-color: #6A8A06;
}
.TagClassName
{
border-color: #6A8A06;
}
</style>