Shades of Olive #628100
Tints of Olive #628100
RGB
CMYK
RGB Variations
Color information
#628100 (or 0x628100) is known color: Olive. HEX triplet: 62, 81 and 00. RGB value is (98,129,0). Sum of RGB (Red+Green+Blue) = 98+129+0=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #628100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628100 is #9D7EFF. Grayscale: #696969. Windows color (decimal): -10321664 or 33122. OLE color: 33122.
HSL color Cylindrical-coordinate representation of color #628100: hue angle of 74.42º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #628100 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.49 |
| HSL | 74.42º | 1% | 0.25% | - |
| HSV(B) | 74.42º | 1% | 0.51% | - |
| XYZ | 12.89 | 18.3 | 2.85 | - |
| YUV | 105.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 0 | 0.24 | 0 | 1 | 0.49 | 74.42 | 1 | 0.25 |
| Hex | 62 | 81 | 0 | 18 | 0 | 64 | 31 | 4A | 64 | 19 |
| Octal | 142 | 201 | 0 | 30 | 0 | 144 | 61 | 112 | 144 | 31 |
| Binary | 1100010 | 10000001 | 0 | 11000 | 0 | 1100100 | 110001 | 1001010 | 1100100 | 11001 |
Color Harmonies of #628100
Complementary color
Monochromatic Colors of #628100
Black with #628100
Text Example
Text Example
White with #628100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628100; }
p { color: rgb(98,129,0); }
H1.HeaderClassName
{
color: #628100;
}
.AnyTagClassName
{
color: #628100;
}
</style>
background-color css
<style>
a { background-color: #628100; }
a { background-color: rgb(98,129,0); }
div.DivClassName
{
background-color: #628100;
}
.BgClassName
{
background-color: #628100;
}
</style>
border-color css
<style>
span { border-color: #628100; }
span { border-color: rgb(98,129,0); }
td.TdClassName
{
border-color: #628100;
}
.TagClassName
{
border-color: #628100;
}
</style>