Shades of Olive Drab #668330
Tints of Olive Drab #668330
RGB
CMYK
RGB Variations
Color information
#668330 (or 0x668330) is known color: Olive Drab. HEX triplet: 66, 83 and 30. RGB value is (102,131,48). Sum of RGB (Red+Green+Blue) = 102+131+48=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #668330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668330 is #997CCF. Grayscale: #717171. Windows color (decimal): -10058960 or 3179366. OLE color: 3179366.
HSL color Cylindrical-coordinate representation of color #668330: hue angle of 80.96º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #668330 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 48 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.49 |
| HSL | 80.96º | 0.46% | 0.35% | - |
| HSV(B) | 80.96º | 0.63% | 0.51% | - |
| XYZ | 14.13 | 19.27 | 5.77 | - |
| YUV | 112.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 48 | 0.22 | 0 | 0.63 | 0.49 | 80.96 | 0.46 | 0.35 |
| Hex | 66 | 83 | 30 | 16 | 0 | 3F | 31 | 51 | 2E | 23 |
| Octal | 146 | 203 | 60 | 26 | 0 | 77 | 61 | 121 | 56 | 43 |
| Binary | 1100110 | 10000011 | 110000 | 10110 | 0 | 111111 | 110001 | 1010001 | 101110 | 100011 |
Color Harmonies of #668330
Complementary color
Monochromatic Colors of #668330
Black with #668330
Text Example
Text Example
White with #668330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668330; }
p { color: rgb(102,131,48); }
H1.HeaderClassName
{
color: #668330;
}
.AnyTagClassName
{
color: #668330;
}
</style>
background-color css
<style>
a { background-color: #668330; }
a { background-color: rgb(102,131,48); }
div.DivClassName
{
background-color: #668330;
}
.BgClassName
{
background-color: #668330;
}
</style>
border-color css
<style>
span { border-color: #668330; }
span { border-color: rgb(102,131,48); }
td.TdClassName
{
border-color: #668330;
}
.TagClassName
{
border-color: #668330;
}
</style>