Shades of Olive Drab #668A20
Tints of Olive Drab #668A20
RGB
CMYK
RGB Variations
Color information
#668A20 (or 0x668A20) is known color: Olive Drab. HEX triplet: 66, 8A and 20. RGB value is (102,138,32). Sum of RGB (Red+Green+Blue) = 102+138+32=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #668A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A20 is #9975DF. Grayscale: #737373. Windows color (decimal): -10057184 or 2132582. OLE color: 2132582.
HSL color Cylindrical-coordinate representation of color #668A20: hue angle of 80.38º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #668A20 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 32 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.46 |
| HSL | 80.38º | 0.62% | 0.33% | - |
| HSV(B) | 80.38º | 0.77% | 0.54% | - |
| XYZ | 14.83 | 21.11 | 4.66 | - |
| YUV | 115.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 32 | 0.26 | 0 | 0.77 | 0.46 | 80.38 | 0.62 | 0.33 |
| Hex | 66 | 8A | 20 | 1A | 0 | 4D | 2E | 50 | 3E | 21 |
| Octal | 146 | 212 | 40 | 32 | 0 | 115 | 56 | 120 | 76 | 41 |
| Binary | 1100110 | 10001010 | 100000 | 11010 | 0 | 1001101 | 101110 | 1010000 | 111110 | 100001 |
Color Harmonies of #668A20
Complementary color
Monochromatic Colors of #668A20
Black with #668A20
Text Example
Text Example
White with #668A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A20; }
p { color: rgb(102,138,32); }
H1.HeaderClassName
{
color: #668A20;
}
.AnyTagClassName
{
color: #668A20;
}
</style>
background-color css
<style>
a { background-color: #668A20; }
a { background-color: rgb(102,138,32); }
div.DivClassName
{
background-color: #668A20;
}
.BgClassName
{
background-color: #668A20;
}
</style>
border-color css
<style>
span { border-color: #668A20; }
span { border-color: rgb(102,138,32); }
td.TdClassName
{
border-color: #668A20;
}
.TagClassName
{
border-color: #668A20;
}
</style>