Shades of Olive Drab #668720
Tints of Olive Drab #668720
RGB
CMYK
RGB Variations
Color information
#668720 (or 0x668720) is known color: Olive Drab. HEX triplet: 66, 87 and 20. RGB value is (102,135,32). Sum of RGB (Red+Green+Blue) = 102+135+32=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #668720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668720 is #9978DF. Grayscale: #717171. Windows color (decimal): -10057952 or 2131814. OLE color: 2131814.
HSL color Cylindrical-coordinate representation of color #668720: hue angle of 79.22º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #668720 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 32 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.47 |
| HSL | 79.22º | 0.62% | 0.33% | - |
| HSV(B) | 79.22º | 0.76% | 0.53% | - |
| XYZ | 14.4 | 20.26 | 4.52 | - |
| YUV | 113.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 32 | 0.24 | 0 | 0.76 | 0.47 | 79.22 | 0.62 | 0.33 |
| Hex | 66 | 87 | 20 | 18 | 0 | 4C | 2F | 4F | 3E | 21 |
| Octal | 146 | 207 | 40 | 30 | 0 | 114 | 57 | 117 | 76 | 41 |
| Binary | 1100110 | 10000111 | 100000 | 11000 | 0 | 1001100 | 101111 | 1001111 | 111110 | 100001 |
Color Harmonies of #668720
Complementary color
Monochromatic Colors of #668720
Black with #668720
Text Example
Text Example
White with #668720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668720; }
p { color: rgb(102,135,32); }
H1.HeaderClassName
{
color: #668720;
}
.AnyTagClassName
{
color: #668720;
}
</style>
background-color css
<style>
a { background-color: #668720; }
a { background-color: rgb(102,135,32); }
div.DivClassName
{
background-color: #668720;
}
.BgClassName
{
background-color: #668720;
}
</style>
border-color css
<style>
span { border-color: #668720; }
span { border-color: rgb(102,135,32); }
td.TdClassName
{
border-color: #668720;
}
.TagClassName
{
border-color: #668720;
}
</style>