Shades of Olive #608100
Tints of Olive #608100
RGB
CMYK
RGB Variations
Color information
#608100 (or 0x608100) is known color: Olive. HEX triplet: 60, 81 and 00. RGB value is (96,129,0). Sum of RGB (Red+Green+Blue) = 96+129+0=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #608100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608100 is #9F7EFF. Grayscale: #686868. Windows color (decimal): -10452736 or 33120. OLE color: 33120.
HSL color Cylindrical-coordinate representation of color #608100: hue angle of 75.35º 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 #608100 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.49 |
| HSL | 75.35º | 1% | 0.25% | - |
| HSV(B) | 75.35º | 1% | 0.51% | - |
| XYZ | 12.67 | 18.19 | 2.84 | - |
| YUV | 104.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 0 | 0.26 | 0 | 1 | 0.49 | 75.35 | 1 | 0.25 |
| Hex | 60 | 81 | 0 | 1A | 0 | 64 | 31 | 4B | 64 | 19 |
| Octal | 140 | 201 | 0 | 32 | 0 | 144 | 61 | 113 | 144 | 31 |
| Binary | 1100000 | 10000001 | 0 | 11010 | 0 | 1100100 | 110001 | 1001011 | 1100100 | 11001 |
Color Harmonies of #608100
Complementary color
Monochromatic Colors of #608100
Black with #608100
Text Example
Text Example
White with #608100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608100; }
p { color: rgb(96,129,0); }
H1.HeaderClassName
{
color: #608100;
}
.AnyTagClassName
{
color: #608100;
}
</style>
background-color css
<style>
a { background-color: #608100; }
a { background-color: rgb(96,129,0); }
div.DivClassName
{
background-color: #608100;
}
.BgClassName
{
background-color: #608100;
}
</style>
border-color css
<style>
span { border-color: #608100; }
span { border-color: rgb(96,129,0); }
td.TdClassName
{
border-color: #608100;
}
.TagClassName
{
border-color: #608100;
}
</style>