Shades of Olive Drab #668333
Tints of Olive Drab #668333
RGB
CMYK
RGB Variations
Color information
#668333 (or 0x668333) is known color: Olive Drab. HEX triplet: 66, 83 and 33. RGB value is (102,131,51). Sum of RGB (Red+Green+Blue) = 102+131+51=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #668333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668333 is #997CCC. Grayscale: #717171. Windows color (decimal): -10058957 or 3375974. OLE color: 3375974.
HSL color Cylindrical-coordinate representation of color #668333: hue angle of 81.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #668333 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 51 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.49 |
| HSL | 81.75º | 0.44% | 0.36% | - |
| HSV(B) | 81.75º | 0.61% | 0.51% | - |
| XYZ | 14.19 | 19.3 | 6.11 | - |
| YUV | 113.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 51 | 0.22 | 0 | 0.61 | 0.49 | 81.75 | 0.44 | 0.36 |
| Hex | 66 | 83 | 33 | 16 | 0 | 3D | 31 | 52 | 2C | 24 |
| Octal | 146 | 203 | 63 | 26 | 0 | 75 | 61 | 122 | 54 | 44 |
| Binary | 1100110 | 10000011 | 110011 | 10110 | 0 | 111101 | 110001 | 1010010 | 101100 | 100100 |
Color Harmonies of #668333
Complementary color
Monochromatic Colors of #668333
Black with #668333
Text Example
Text Example
White with #668333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668333; }
p { color: rgb(102,131,51); }
H1.HeaderClassName
{
color: #668333;
}
.AnyTagClassName
{
color: #668333;
}
</style>
background-color css
<style>
a { background-color: #668333; }
a { background-color: rgb(102,131,51); }
div.DivClassName
{
background-color: #668333;
}
.BgClassName
{
background-color: #668333;
}
</style>
border-color css
<style>
span { border-color: #668333; }
span { border-color: rgb(102,131,51); }
td.TdClassName
{
border-color: #668333;
}
.TagClassName
{
border-color: #668333;
}
</style>