Shades of Olive Drab #668430
Tints of Olive Drab #668430
RGB
CMYK
RGB Variations
Color information
#668430 (or 0x668430) is known color: Olive Drab. HEX triplet: 66, 84 and 30. RGB value is (102,132,48). Sum of RGB (Red+Green+Blue) = 102+132+48=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #668430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668430 is #997BCF. Grayscale: #717171. Windows color (decimal): -10058704 or 3179622. OLE color: 3179622.
HSL color Cylindrical-coordinate representation of color #668430: hue angle of 81.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #668430 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 48 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.48 |
| HSL | 81.43º | 0.47% | 0.35% | - |
| HSV(B) | 81.43º | 0.64% | 0.52% | - |
| XYZ | 14.26 | 19.54 | 5.82 | - |
| YUV | 113.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 48 | 0.23 | 0 | 0.64 | 0.48 | 81.43 | 0.47 | 0.35 |
| Hex | 66 | 84 | 30 | 17 | 0 | 40 | 30 | 51 | 2F | 23 |
| Octal | 146 | 204 | 60 | 27 | 0 | 100 | 60 | 121 | 57 | 43 |
| Binary | 1100110 | 10000100 | 110000 | 10111 | 0 | 1000000 | 110000 | 1010001 | 101111 | 100011 |
Color Harmonies of #668430
Complementary color
Monochromatic Colors of #668430
Black with #668430
Text Example
Text Example
White with #668430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668430; }
p { color: rgb(102,132,48); }
H1.HeaderClassName
{
color: #668430;
}
.AnyTagClassName
{
color: #668430;
}
</style>
background-color css
<style>
a { background-color: #668430; }
a { background-color: rgb(102,132,48); }
div.DivClassName
{
background-color: #668430;
}
.BgClassName
{
background-color: #668430;
}
</style>
border-color css
<style>
span { border-color: #668430; }
span { border-color: rgb(102,132,48); }
td.TdClassName
{
border-color: #668430;
}
.TagClassName
{
border-color: #668430;
}
</style>