Shades of Olive #618300
Tints of Olive #618300
RGB
CMYK
RGB Variations
Color information
#618300 (or 0x618300) is known color: Olive. HEX triplet: 61, 83 and 00. RGB value is (97,131,0). Sum of RGB (Red+Green+Blue) = 97+131+0=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #618300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618300 is #9E7CFF. Grayscale: #6A6A6A. Windows color (decimal): -10386688 or 33633. OLE color: 33633.
HSL color Cylindrical-coordinate representation of color #618300: hue angle of 75.57º 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 #618300 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.49 |
| HSL | 75.57º | 1% | 0.26% | - |
| HSV(B) | 75.57º | 1% | 0.51% | - |
| XYZ | 13.05 | 18.77 | 2.94 | - |
| YUV | 105.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 0 | 0.26 | 0 | 1 | 0.49 | 75.57 | 1 | 0.26 |
| Hex | 61 | 83 | 0 | 1A | 0 | 64 | 31 | 4C | 64 | 1A |
| Octal | 141 | 203 | 0 | 32 | 0 | 144 | 61 | 114 | 144 | 32 |
| Binary | 1100001 | 10000011 | 0 | 11010 | 0 | 1100100 | 110001 | 1001100 | 1100100 | 11010 |
Color Harmonies of #618300
Complementary color
Monochromatic Colors of #618300
Black with #618300
Text Example
Text Example
White with #618300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618300; }
p { color: rgb(97,131,0); }
H1.HeaderClassName
{
color: #618300;
}
.AnyTagClassName
{
color: #618300;
}
</style>
background-color css
<style>
a { background-color: #618300; }
a { background-color: rgb(97,131,0); }
div.DivClassName
{
background-color: #618300;
}
.BgClassName
{
background-color: #618300;
}
</style>
border-color css
<style>
span { border-color: #618300; }
span { border-color: rgb(97,131,0); }
td.TdClassName
{
border-color: #618300;
}
.TagClassName
{
border-color: #618300;
}
</style>