Shades of Olive Drab #68951C
Tints of Olive Drab #68951C
RGB
CMYK
RGB Variations
Color information
#68951C (or 0x68951C) is known color: Olive Drab. HEX triplet: 68, 95 and 1C. RGB value is (104,149,28). Sum of RGB (Red+Green+Blue) = 104+149+28=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #68951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68951C is #976AE3. Grayscale: #7A7A7A. Windows color (decimal): -9923300 or 1873256. OLE color: 1873256.
HSL color Cylindrical-coordinate representation of color #68951C: hue angle of 82.31º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68951C is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 28 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.42 |
| HSL | 82.31º | 0.68% | 0.35% | - |
| HSV(B) | 82.31º | 0.81% | 0.58% | - |
| XYZ | 16.67 | 24.52 | 4.95 | - |
| YUV | 121.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 28 | 0.30 | 0 | 0.81 | 0.42 | 82.31 | 0.68 | 0.35 |
| Hex | 68 | 95 | 1C | 1E | 0 | 51 | 2A | 52 | 44 | 23 |
| Octal | 150 | 225 | 34 | 36 | 0 | 121 | 52 | 122 | 104 | 43 |
| Binary | 1101000 | 10010101 | 11100 | 11110 | 0 | 1010001 | 101010 | 1010010 | 1000100 | 100011 |
Color Harmonies of #68951C
Complementary color
Monochromatic Colors of #68951C
Black with #68951C
Text Example
Text Example
White with #68951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68951C; }
p { color: rgb(104,149,28); }
H1.HeaderClassName
{
color: #68951C;
}
.AnyTagClassName
{
color: #68951C;
}
</style>
background-color css
<style>
a { background-color: #68951C; }
a { background-color: rgb(104,149,28); }
div.DivClassName
{
background-color: #68951C;
}
.BgClassName
{
background-color: #68951C;
}
</style>
border-color css
<style>
span { border-color: #68951C; }
span { border-color: rgb(104,149,28); }
td.TdClassName
{
border-color: #68951C;
}
.TagClassName
{
border-color: #68951C;
}
</style>