Shades of Olive Drab #668B27
Tints of Olive Drab #668B27
RGB
CMYK
RGB Variations
Color information
#668B27 (or 0x668B27) is known color: Olive Drab. HEX triplet: 66, 8B and 27. RGB value is (102,139,39). Sum of RGB (Red+Green+Blue) = 102+139+39=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #668B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B27 is #9974D8. Grayscale: #747474. Windows color (decimal): -10056921 or 2591590. OLE color: 2591590.
HSL color Cylindrical-coordinate representation of color #668B27: hue angle of 82.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668B27 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 39 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.45 |
| HSL | 82.2º | 0.56% | 0.35% | - |
| HSV(B) | 82.2º | 0.72% | 0.55% | - |
| XYZ | 15.08 | 21.44 | 5.26 | - |
| YUV | 116.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 39 | 0.27 | 0 | 0.72 | 0.45 | 82.2 | 0.56 | 0.35 |
| Hex | 66 | 8B | 27 | 1B | 0 | 48 | 2D | 52 | 38 | 23 |
| Octal | 146 | 213 | 47 | 33 | 0 | 110 | 55 | 122 | 70 | 43 |
| Binary | 1100110 | 10001011 | 100111 | 11011 | 0 | 1001000 | 101101 | 1010010 | 111000 | 100011 |
Color Harmonies of #668B27
Complementary color
Monochromatic Colors of #668B27
Black with #668B27
Text Example
Text Example
White with #668B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B27; }
p { color: rgb(102,139,39); }
H1.HeaderClassName
{
color: #668B27;
}
.AnyTagClassName
{
color: #668B27;
}
</style>
background-color css
<style>
a { background-color: #668B27; }
a { background-color: rgb(102,139,39); }
div.DivClassName
{
background-color: #668B27;
}
.BgClassName
{
background-color: #668B27;
}
</style>
border-color css
<style>
span { border-color: #668B27; }
span { border-color: rgb(102,139,39); }
td.TdClassName
{
border-color: #668B27;
}
.TagClassName
{
border-color: #668B27;
}
</style>