Shades of Olive Drab #629300
Tints of Olive Drab #629300
RGB
CMYK
RGB Variations
Color information
#629300 (or 0x629300) is known color: Olive Drab. HEX triplet: 62, 93 and 00. RGB value is (98,147,0). Sum of RGB (Red+Green+Blue) = 98+147+0=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #629300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629300 is #9D6CFF. Grayscale: #747474. Windows color (decimal): -10317056 or 37730. OLE color: 37730.
HSL color Cylindrical-coordinate representation of color #629300: hue angle of 80º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #629300 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.42 |
| HSL | 80º | 1% | 0.29% | - |
| HSV(B) | 80º | 1% | 0.58% | - |
| XYZ | 15.47 | 23.46 | 3.71 | - |
| YUV | 115.59 | 62.77 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 0 | 0.33 | 0 | 1 | 0.42 | 80 | 1 | 0.29 |
| Hex | 62 | 93 | 0 | 21 | 0 | 64 | 2A | 50 | 64 | 1D |
| Octal | 142 | 223 | 0 | 41 | 0 | 144 | 52 | 120 | 144 | 35 |
| Binary | 1100010 | 10010011 | 0 | 100001 | 0 | 1100100 | 101010 | 1010000 | 1100100 | 11101 |
Color Harmonies of #629300
Complementary color
Monochromatic Colors of #629300
Black with #629300
Text Example
Text Example
White with #629300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629300; }
p { color: rgb(98,147,0); }
H1.HeaderClassName
{
color: #629300;
}
.AnyTagClassName
{
color: #629300;
}
</style>
background-color css
<style>
a { background-color: #629300; }
a { background-color: rgb(98,147,0); }
div.DivClassName
{
background-color: #629300;
}
.BgClassName
{
background-color: #629300;
}
</style>
border-color css
<style>
span { border-color: #629300; }
span { border-color: rgb(98,147,0); }
td.TdClassName
{
border-color: #629300;
}
.TagClassName
{
border-color: #629300;
}
</style>