Shades of Olive #628300
Tints of Olive #628300
RGB
CMYK
RGB Variations
Color information
#628300 (or 0x628300) is known color: Olive. HEX triplet: 62, 83 and 00. RGB value is (98,131,0). Sum of RGB (Red+Green+Blue) = 98+131+0=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #628300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628300 is #9D7CFF. Grayscale: #6A6A6A. Windows color (decimal): -10321152 or 33634. OLE color: 33634.
HSL color Cylindrical-coordinate representation of color #628300: hue angle of 75.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #628300 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 131 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.49 |
| HSL | 75.11º | 1% | 0.26% | - |
| HSV(B) | 75.11º | 1% | 0.51% | - |
| XYZ | 13.15 | 18.83 | 2.94 | - |
| YUV | 106.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 0 | 0.25 | 0 | 1 | 0.49 | 75.11 | 1 | 0.26 |
| Hex | 62 | 83 | 0 | 19 | 0 | 64 | 31 | 4B | 64 | 1A |
| Octal | 142 | 203 | 0 | 31 | 0 | 144 | 61 | 113 | 144 | 32 |
| Binary | 1100010 | 10000011 | 0 | 11001 | 0 | 1100100 | 110001 | 1001011 | 1100100 | 11010 |
Color Harmonies of #628300
Complementary color
Monochromatic Colors of #628300
Black with #628300
Text Example
Text Example
White with #628300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628300; }
p { color: rgb(98,131,0); }
H1.HeaderClassName
{
color: #628300;
}
.AnyTagClassName
{
color: #628300;
}
</style>
background-color css
<style>
a { background-color: #628300; }
a { background-color: rgb(98,131,0); }
div.DivClassName
{
background-color: #628300;
}
.BgClassName
{
background-color: #628300;
}
</style>
border-color css
<style>
span { border-color: #628300; }
span { border-color: rgb(98,131,0); }
td.TdClassName
{
border-color: #628300;
}
.TagClassName
{
border-color: #628300;
}
</style>