Shades of Olive Drab #658C03
Tints of Olive Drab #658C03
RGB
CMYK
RGB Variations
Color information
#658C03 (or 0x658C03) is known color: Olive Drab. HEX triplet: 65, 8C and 03. RGB value is (101,140,3). Sum of RGB (Red+Green+Blue) = 101+140+3=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #658C03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658C03 is #9A73FC. Grayscale: #717171. Windows color (decimal): -10122237 or 232549. OLE color: 232549.
HSL color Cylindrical-coordinate representation of color #658C03: hue angle of 77.08º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #658C03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.45 |
| HSL | 77.08º | 0.96% | 0.28% | - |
| HSV(B) | 77.08º | 0.98% | 0.55% | - |
| XYZ | 14.76 | 21.53 | 3.46 | - |
| YUV | 112.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 3 | 0.28 | 0 | 0.98 | 0.45 | 77.08 | 0.96 | 0.28 |
| Hex | 65 | 8C | 3 | 1C | 0 | 62 | 2D | 4D | 60 | 1C |
| Octal | 145 | 214 | 3 | 34 | 0 | 142 | 55 | 115 | 140 | 34 |
| Binary | 1100101 | 10001100 | 11 | 11100 | 0 | 1100010 | 101101 | 1001101 | 1100000 | 11100 |
Color Harmonies of #658C03
Complementary color
Monochromatic Colors of #658C03
Black with #658C03
Text Example
Text Example
White with #658C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C03; }
p { color: rgb(101,140,3); }
H1.HeaderClassName
{
color: #658C03;
}
.AnyTagClassName
{
color: #658C03;
}
</style>
background-color css
<style>
a { background-color: #658C03; }
a { background-color: rgb(101,140,3); }
div.DivClassName
{
background-color: #658C03;
}
.BgClassName
{
background-color: #658C03;
}
</style>
border-color css
<style>
span { border-color: #658C03; }
span { border-color: rgb(101,140,3); }
td.TdClassName
{
border-color: #658C03;
}
.TagClassName
{
border-color: #658C03;
}
</style>