Shades of Olive Drab #629103
Tints of Olive Drab #629103
RGB
CMYK
RGB Variations
Color information
#629103 (or 0x629103) is known color: Olive Drab. HEX triplet: 62, 91 and 03. RGB value is (98,145,3). Sum of RGB (Red+Green+Blue) = 98+145+3=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #629103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629103 is #9D6EFC. Grayscale: #737373. Windows color (decimal): -10317565 or 233826. OLE color: 233826.
HSL color Cylindrical-coordinate representation of color #629103: hue angle of 79.86º 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 #629103 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.43 |
| HSL | 79.86º | 0.96% | 0.29% | - |
| HSV(B) | 79.86º | 0.98% | 0.57% | - |
| XYZ | 15.18 | 22.85 | 3.7 | - |
| YUV | 114.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 3 | 0.32 | 0 | 0.98 | 0.43 | 79.86 | 0.96 | 0.29 |
| Hex | 62 | 91 | 3 | 20 | 0 | 62 | 2B | 50 | 60 | 1D |
| Octal | 142 | 221 | 3 | 40 | 0 | 142 | 53 | 120 | 140 | 35 |
| Binary | 1100010 | 10010001 | 11 | 100000 | 0 | 1100010 | 101011 | 1010000 | 1100000 | 11101 |
Color Harmonies of #629103
Complementary color
Monochromatic Colors of #629103
Black with #629103
Text Example
Text Example
White with #629103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629103; }
p { color: rgb(98,145,3); }
H1.HeaderClassName
{
color: #629103;
}
.AnyTagClassName
{
color: #629103;
}
</style>
background-color css
<style>
a { background-color: #629103; }
a { background-color: rgb(98,145,3); }
div.DivClassName
{
background-color: #629103;
}
.BgClassName
{
background-color: #629103;
}
</style>
border-color css
<style>
span { border-color: #629103; }
span { border-color: rgb(98,145,3); }
td.TdClassName
{
border-color: #629103;
}
.TagClassName
{
border-color: #629103;
}
</style>