Shades of Olive Drab #668335
Tints of Olive Drab #668335
RGB
CMYK
RGB Variations
Color information
#668335 (or 0x668335) is known color: Olive Drab. HEX triplet: 66, 83 and 35. RGB value is (102,131,53). Sum of RGB (Red+Green+Blue) = 102+131+53=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #668335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668335 is #997CCA. Grayscale: #717171. Windows color (decimal): -10058955 or 3507046. OLE color: 3507046.
HSL color Cylindrical-coordinate representation of color #668335: hue angle of 82.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668335 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 53 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.49 |
| HSL | 82.31º | 0.42% | 0.36% | - |
| HSV(B) | 82.31º | 0.6% | 0.51% | - |
| XYZ | 14.24 | 19.31 | 6.35 | - |
| YUV | 113.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 53 | 0.22 | 0 | 0.60 | 0.49 | 82.31 | 0.42 | 0.36 |
| Hex | 66 | 83 | 35 | 16 | 0 | 3C | 31 | 52 | 2A | 24 |
| Octal | 146 | 203 | 65 | 26 | 0 | 74 | 61 | 122 | 52 | 44 |
| Binary | 1100110 | 10000011 | 110101 | 10110 | 0 | 111100 | 110001 | 1010010 | 101010 | 100100 |
Color Harmonies of #668335
Complementary color
Monochromatic Colors of #668335
Black with #668335
Text Example
Text Example
White with #668335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668335; }
p { color: rgb(102,131,53); }
H1.HeaderClassName
{
color: #668335;
}
.AnyTagClassName
{
color: #668335;
}
</style>
background-color css
<style>
a { background-color: #668335; }
a { background-color: rgb(102,131,53); }
div.DivClassName
{
background-color: #668335;
}
.BgClassName
{
background-color: #668335;
}
</style>
border-color css
<style>
span { border-color: #668335; }
span { border-color: rgb(102,131,53); }
td.TdClassName
{
border-color: #668335;
}
.TagClassName
{
border-color: #668335;
}
</style>