Shades of Olive Drab #668826
Tints of Olive Drab #668826
RGB
CMYK
RGB Variations
Color information
#668826 (or 0x668826) is known color: Olive Drab. HEX triplet: 66, 88 and 26. RGB value is (102,136,38). Sum of RGB (Red+Green+Blue) = 102+136+38=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #668826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668826 is #9977D9. Grayscale: #737373. Windows color (decimal): -10057690 or 2525286. OLE color: 2525286.
HSL color Cylindrical-coordinate representation of color #668826: hue angle of 80.82º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668826 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 38 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.47 |
| HSL | 80.82º | 0.56% | 0.34% | - |
| HSV(B) | 80.82º | 0.72% | 0.53% | - |
| XYZ | 14.63 | 20.57 | 5.03 | - |
| YUV | 114.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 38 | 0.25 | 0 | 0.72 | 0.47 | 80.82 | 0.56 | 0.34 |
| Hex | 66 | 88 | 26 | 19 | 0 | 48 | 2F | 51 | 38 | 22 |
| Octal | 146 | 210 | 46 | 31 | 0 | 110 | 57 | 121 | 70 | 42 |
| Binary | 1100110 | 10001000 | 100110 | 11001 | 0 | 1001000 | 101111 | 1010001 | 111000 | 100010 |
Color Harmonies of #668826
Complementary color
Monochromatic Colors of #668826
Black with #668826
Text Example
Text Example
White with #668826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668826; }
p { color: rgb(102,136,38); }
H1.HeaderClassName
{
color: #668826;
}
.AnyTagClassName
{
color: #668826;
}
</style>
background-color css
<style>
a { background-color: #668826; }
a { background-color: rgb(102,136,38); }
div.DivClassName
{
background-color: #668826;
}
.BgClassName
{
background-color: #668826;
}
</style>
border-color css
<style>
span { border-color: #668826; }
span { border-color: rgb(102,136,38); }
td.TdClassName
{
border-color: #668826;
}
.TagClassName
{
border-color: #668826;
}
</style>