Shades of Olive Drab #658A25
Tints of Olive Drab #658A25
RGB
CMYK
RGB Variations
Color information
#658A25 (or 0x658A25) is known color: Olive Drab. HEX triplet: 65, 8A and 25. RGB value is (101,138,37). Sum of RGB (Red+Green+Blue) = 101+138+37=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #658A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A25 is #9A75DA. Grayscale: #737373. Windows color (decimal): -10122715 or 2460261. OLE color: 2460261.
HSL color Cylindrical-coordinate representation of color #658A25: hue angle of 81.98º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #658A25 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 37 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.46 |
| HSL | 81.98º | 0.58% | 0.34% | - |
| HSV(B) | 81.98º | 0.73% | 0.54% | - |
| XYZ | 14.79 | 21.08 | 5.04 | - |
| YUV | 115.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 37 | 0.27 | 0 | 0.73 | 0.46 | 81.98 | 0.58 | 0.34 |
| Hex | 65 | 8A | 25 | 1B | 0 | 49 | 2E | 52 | 3A | 22 |
| Octal | 145 | 212 | 45 | 33 | 0 | 111 | 56 | 122 | 72 | 42 |
| Binary | 1100101 | 10001010 | 100101 | 11011 | 0 | 1001001 | 101110 | 1010010 | 111010 | 100010 |
Color Harmonies of #658A25
Complementary color
Monochromatic Colors of #658A25
Black with #658A25
Text Example
Text Example
White with #658A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A25; }
p { color: rgb(101,138,37); }
H1.HeaderClassName
{
color: #658A25;
}
.AnyTagClassName
{
color: #658A25;
}
</style>
background-color css
<style>
a { background-color: #658A25; }
a { background-color: rgb(101,138,37); }
div.DivClassName
{
background-color: #658A25;
}
.BgClassName
{
background-color: #658A25;
}
</style>
border-color css
<style>
span { border-color: #658A25; }
span { border-color: rgb(101,138,37); }
td.TdClassName
{
border-color: #658A25;
}
.TagClassName
{
border-color: #658A25;
}
</style>