Shades of Olive Drab #629203
Tints of Olive Drab #629203
RGB
CMYK
RGB Variations
Color information
#629203 (or 0x629203) is known color: Olive Drab. HEX triplet: 62, 92 and 03. RGB value is (98,146,3). Sum of RGB (Red+Green+Blue) = 98+146+3=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #629203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629203 is #9D6DFC. Grayscale: #737373. Windows color (decimal): -10317309 or 234082. OLE color: 234082.
HSL color Cylindrical-coordinate representation of color #629203: hue angle of 80.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #629203 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.43 |
| HSL | 80.14º | 0.96% | 0.29% | - |
| HSV(B) | 80.14º | 0.98% | 0.57% | - |
| XYZ | 15.33 | 23.16 | 3.75 | - |
| YUV | 115.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 3 | 0.33 | 0 | 0.98 | 0.43 | 80.14 | 0.96 | 0.29 |
| Hex | 62 | 92 | 3 | 21 | 0 | 62 | 2B | 50 | 60 | 1D |
| Octal | 142 | 222 | 3 | 41 | 0 | 142 | 53 | 120 | 140 | 35 |
| Binary | 1100010 | 10010010 | 11 | 100001 | 0 | 1100010 | 101011 | 1010000 | 1100000 | 11101 |
Color Harmonies of #629203
Complementary color
Monochromatic Colors of #629203
Black with #629203
Text Example
Text Example
White with #629203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629203; }
p { color: rgb(98,146,3); }
H1.HeaderClassName
{
color: #629203;
}
.AnyTagClassName
{
color: #629203;
}
</style>
background-color css
<style>
a { background-color: #629203; }
a { background-color: rgb(98,146,3); }
div.DivClassName
{
background-color: #629203;
}
.BgClassName
{
background-color: #629203;
}
</style>
border-color css
<style>
span { border-color: #629203; }
span { border-color: rgb(98,146,3); }
td.TdClassName
{
border-color: #629203;
}
.TagClassName
{
border-color: #629203;
}
</style>