Shades of Olive Drab #658B0A
Tints of Olive Drab #658B0A
RGB
CMYK
RGB Variations
Color information
#658B0A (or 0x658B0A) is known color: Olive Drab. HEX triplet: 65, 8B and 0A. RGB value is (101,139,10). Sum of RGB (Red+Green+Blue) = 101+139+10=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #658B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658B0A is #9A74F5. Grayscale: #717171. Windows color (decimal): -10122486 or 691045. OLE color: 691045.
HSL color Cylindrical-coordinate representation of color #658B0A: hue angle of 77.67º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #658B0A is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 10 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.45 |
| HSL | 77.67º | 0.87% | 0.29% | - |
| HSV(B) | 77.67º | 0.93% | 0.55% | - |
| XYZ | 14.65 | 21.25 | 3.62 | - |
| YUV | 112.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 10 | 0.27 | 0 | 0.93 | 0.45 | 77.67 | 0.87 | 0.29 |
| Hex | 65 | 8B | A | 1B | 0 | 5D | 2D | 4E | 57 | 1D |
| Octal | 145 | 213 | 12 | 33 | 0 | 135 | 55 | 116 | 127 | 35 |
| Binary | 1100101 | 10001011 | 1010 | 11011 | 0 | 1011101 | 101101 | 1001110 | 1010111 | 11101 |
Color Harmonies of #658B0A
Complementary color
Monochromatic Colors of #658B0A
Black with #658B0A
Text Example
Text Example
White with #658B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B0A; }
p { color: rgb(101,139,10); }
H1.HeaderClassName
{
color: #658B0A;
}
.AnyTagClassName
{
color: #658B0A;
}
</style>
background-color css
<style>
a { background-color: #658B0A; }
a { background-color: rgb(101,139,10); }
div.DivClassName
{
background-color: #658B0A;
}
.BgClassName
{
background-color: #658B0A;
}
</style>
border-color css
<style>
span { border-color: #658B0A; }
span { border-color: rgb(101,139,10); }
td.TdClassName
{
border-color: #658B0A;
}
.TagClassName
{
border-color: #658B0A;
}
</style>