Shades of Olive Drab #658B02
Tints of Olive Drab #658B02
RGB
CMYK
RGB Variations
Color information
#658B02 (or 0x658B02) is known color: Olive Drab. HEX triplet: 65, 8B and 02. RGB value is (101,139,2). Sum of RGB (Red+Green+Blue) = 101+139+2=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #658B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658B02 is #9A74FD. Grayscale: #707070. Windows color (decimal): -10122494 or 166757. OLE color: 166757.
HSL color Cylindrical-coordinate representation of color #658B02: hue angle of 76.64º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #658B02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.45 |
| HSL | 76.64º | 0.97% | 0.28% | - |
| HSV(B) | 76.64º | 0.99% | 0.55% | - |
| XYZ | 14.61 | 21.24 | 3.39 | - |
| YUV | 112.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 2 | 0.27 | 0 | 0.99 | 0.45 | 76.64 | 0.97 | 0.28 |
| Hex | 65 | 8B | 2 | 1B | 0 | 63 | 2D | 4D | 61 | 1C |
| Octal | 145 | 213 | 2 | 33 | 0 | 143 | 55 | 115 | 141 | 34 |
| Binary | 1100101 | 10001011 | 10 | 11011 | 0 | 1100011 | 101101 | 1001101 | 1100001 | 11100 |
Color Harmonies of #658B02
Complementary color
Monochromatic Colors of #658B02
Black with #658B02
Text Example
Text Example
White with #658B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B02; }
p { color: rgb(101,139,2); }
H1.HeaderClassName
{
color: #658B02;
}
.AnyTagClassName
{
color: #658B02;
}
</style>
background-color css
<style>
a { background-color: #658B02; }
a { background-color: rgb(101,139,2); }
div.DivClassName
{
background-color: #658B02;
}
.BgClassName
{
background-color: #658B02;
}
</style>
border-color css
<style>
span { border-color: #658B02; }
span { border-color: rgb(101,139,2); }
td.TdClassName
{
border-color: #658B02;
}
.TagClassName
{
border-color: #658B02;
}
</style>