Shades of Olive Drab #658B00
Tints of Olive Drab #658B00
RGB
CMYK
RGB Variations
Color information
#658B00 (or 0x658B00) is known color: Olive Drab. HEX triplet: 65, 8B and 00. RGB value is (101,139,0). Sum of RGB (Red+Green+Blue) = 101+139+0=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #658B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658B00 is #9A74FF. Grayscale: #707070. Windows color (decimal): -10122496 or 35685. OLE color: 35685.
HSL color Cylindrical-coordinate representation of color #658B00: hue angle of 76.4º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #658B00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.45 |
| HSL | 76.4º | 1% | 0.27% | - |
| HSV(B) | 76.4º | 1% | 0.55% | - |
| XYZ | 14.6 | 21.23 | 3.33 | - |
| YUV | 111.79 | 64.91 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 0 | 0.27 | 0 | 1 | 0.45 | 76.4 | 1 | 0.27 |
| Hex | 65 | 8B | 0 | 1B | 0 | 64 | 2D | 4C | 64 | 1B |
| Octal | 145 | 213 | 0 | 33 | 0 | 144 | 55 | 114 | 144 | 33 |
| Binary | 1100101 | 10001011 | 0 | 11011 | 0 | 1100100 | 101101 | 1001100 | 1100100 | 11011 |
Color Harmonies of #658B00
Complementary color
Monochromatic Colors of #658B00
Black with #658B00
Text Example
Text Example
White with #658B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B00; }
p { color: rgb(101,139,0); }
H1.HeaderClassName
{
color: #658B00;
}
.AnyTagClassName
{
color: #658B00;
}
</style>
background-color css
<style>
a { background-color: #658B00; }
a { background-color: rgb(101,139,0); }
div.DivClassName
{
background-color: #658B00;
}
.BgClassName
{
background-color: #658B00;
}
</style>
border-color css
<style>
span { border-color: #658B00; }
span { border-color: rgb(101,139,0); }
td.TdClassName
{
border-color: #658B00;
}
.TagClassName
{
border-color: #658B00;
}
</style>