Shades of Olive Drab #668428
Tints of Olive Drab #668428
RGB
CMYK
RGB Variations
Color information
#668428 (or 0x668428) is known color: Olive Drab. HEX triplet: 66, 84 and 28. RGB value is (102,132,40). Sum of RGB (Red+Green+Blue) = 102+132+40=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #668428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668428 is #997BD7. Grayscale: #707070. Windows color (decimal): -10058712 or 2655334. OLE color: 2655334.
HSL color Cylindrical-coordinate representation of color #668428: hue angle of 79.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #668428 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 40 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.48 |
| HSL | 79.57º | 0.53% | 0.34% | - |
| HSV(B) | 79.57º | 0.7% | 0.52% | - |
| XYZ | 14.11 | 19.48 | 5.02 | - |
| YUV | 112.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 40 | 0.23 | 0 | 0.70 | 0.48 | 79.57 | 0.53 | 0.34 |
| Hex | 66 | 84 | 28 | 17 | 0 | 46 | 30 | 50 | 35 | 22 |
| Octal | 146 | 204 | 50 | 27 | 0 | 106 | 60 | 120 | 65 | 42 |
| Binary | 1100110 | 10000100 | 101000 | 10111 | 0 | 1000110 | 110000 | 1010000 | 110101 | 100010 |
Color Harmonies of #668428
Complementary color
Monochromatic Colors of #668428
Black with #668428
Text Example
Text Example
White with #668428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668428; }
p { color: rgb(102,132,40); }
H1.HeaderClassName
{
color: #668428;
}
.AnyTagClassName
{
color: #668428;
}
</style>
background-color css
<style>
a { background-color: #668428; }
a { background-color: rgb(102,132,40); }
div.DivClassName
{
background-color: #668428;
}
.BgClassName
{
background-color: #668428;
}
</style>
border-color css
<style>
span { border-color: #668428; }
span { border-color: rgb(102,132,40); }
td.TdClassName
{
border-color: #668428;
}
.TagClassName
{
border-color: #668428;
}
</style>