Shades of Olive Drab #6A8C25
Tints of Olive Drab #6A8C25
RGB
CMYK
RGB Variations
Color information
#6A8C25 (or 0x6A8C25) is known color: Olive Drab. HEX triplet: 6A, 8C and 25. RGB value is (106,140,37). Sum of RGB (Red+Green+Blue) = 106+140+37=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8C25 is #9573DA. Grayscale: #767676. Windows color (decimal): -9794523 or 2460778. OLE color: 2460778.
HSL color Cylindrical-coordinate representation of color #6A8C25: hue angle of 79.81º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A8C25 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 140 | 37 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.45 |
| HSL | 79.81º | 0.58% | 0.35% | - |
| HSV(B) | 79.81º | 0.74% | 0.55% | - |
| XYZ | 15.66 | 21.95 | 5.16 | - |
| YUV | 118.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 140 | 37 | 0.24 | 0 | 0.74 | 0.45 | 79.81 | 0.58 | 0.35 |
| Hex | 6A | 8C | 25 | 18 | 0 | 4A | 2D | 50 | 3A | 23 |
| Octal | 152 | 214 | 45 | 30 | 0 | 112 | 55 | 120 | 72 | 43 |
| Binary | 1101010 | 10001100 | 100101 | 11000 | 0 | 1001010 | 101101 | 1010000 | 111010 | 100011 |
Color Harmonies of #6A8C25
Complementary color
Monochromatic Colors of #6A8C25
Black with #6A8C25
Text Example
Text Example
White with #6A8C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8C25; }
p { color: rgb(106,140,37); }
H1.HeaderClassName
{
color: #6A8C25;
}
.AnyTagClassName
{
color: #6A8C25;
}
</style>
background-color css
<style>
a { background-color: #6A8C25; }
a { background-color: rgb(106,140,37); }
div.DivClassName
{
background-color: #6A8C25;
}
.BgClassName
{
background-color: #6A8C25;
}
</style>
border-color css
<style>
span { border-color: #6A8C25; }
span { border-color: rgb(106,140,37); }
td.TdClassName
{
border-color: #6A8C25;
}
.TagClassName
{
border-color: #6A8C25;
}
</style>