Shades of Olive Drab #668823
Tints of Olive Drab #668823
RGB
CMYK
RGB Variations
Color information
#668823 (or 0x668823) is known color: Olive Drab. HEX triplet: 66, 88 and 23. RGB value is (102,136,35). Sum of RGB (Red+Green+Blue) = 102+136+35=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #668823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668823 is #9977DC. Grayscale: #727272. Windows color (decimal): -10057693 or 2328678. OLE color: 2328678.
HSL color Cylindrical-coordinate representation of color #668823: hue angle of 80.2º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #668823 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 35 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.47 |
| HSL | 80.2º | 0.59% | 0.34% | - |
| HSV(B) | 80.2º | 0.74% | 0.53% | - |
| XYZ | 14.59 | 20.55 | 4.79 | - |
| YUV | 114.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 35 | 0.25 | 0 | 0.74 | 0.47 | 80.2 | 0.59 | 0.34 |
| Hex | 66 | 88 | 23 | 19 | 0 | 4A | 2F | 50 | 3B | 22 |
| Octal | 146 | 210 | 43 | 31 | 0 | 112 | 57 | 120 | 73 | 42 |
| Binary | 1100110 | 10001000 | 100011 | 11001 | 0 | 1001010 | 101111 | 1010000 | 111011 | 100010 |
Color Harmonies of #668823
Complementary color
Monochromatic Colors of #668823
Black with #668823
Text Example
Text Example
White with #668823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668823; }
p { color: rgb(102,136,35); }
H1.HeaderClassName
{
color: #668823;
}
.AnyTagClassName
{
color: #668823;
}
</style>
background-color css
<style>
a { background-color: #668823; }
a { background-color: rgb(102,136,35); }
div.DivClassName
{
background-color: #668823;
}
.BgClassName
{
background-color: #668823;
}
</style>
border-color css
<style>
span { border-color: #668823; }
span { border-color: rgb(102,136,35); }
td.TdClassName
{
border-color: #668823;
}
.TagClassName
{
border-color: #668823;
}
</style>