Shades of Olive Drab #668B1B
Tints of Olive Drab #668B1B
RGB
CMYK
RGB Variations
Color information
#668B1B (or 0x668B1B) is known color: Olive Drab. HEX triplet: 66, 8B and 1B. RGB value is (102,139,27). Sum of RGB (Red+Green+Blue) = 102+139+27=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #668B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B1B is #9974E4. Grayscale: #737373. Windows color (decimal): -10056933 or 1805158. OLE color: 1805158.
HSL color Cylindrical-coordinate representation of color #668B1B: hue angle of 79.82º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #668B1B is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 27 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.45 |
| HSL | 79.82º | 0.67% | 0.33% | - |
| HSV(B) | 79.82º | 0.81% | 0.55% | - |
| XYZ | 14.91 | 21.37 | 4.38 | - |
| YUV | 115.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 27 | 0.27 | 0 | 0.81 | 0.45 | 79.82 | 0.67 | 0.33 |
| Hex | 66 | 8B | 1B | 1B | 0 | 51 | 2D | 50 | 43 | 21 |
| Octal | 146 | 213 | 33 | 33 | 0 | 121 | 55 | 120 | 103 | 41 |
| Binary | 1100110 | 10001011 | 11011 | 11011 | 0 | 1010001 | 101101 | 1010000 | 1000011 | 100001 |
Color Harmonies of #668B1B
Complementary color
Monochromatic Colors of #668B1B
Black with #668B1B
Text Example
Text Example
White with #668B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B1B; }
p { color: rgb(102,139,27); }
H1.HeaderClassName
{
color: #668B1B;
}
.AnyTagClassName
{
color: #668B1B;
}
</style>
background-color css
<style>
a { background-color: #668B1B; }
a { background-color: rgb(102,139,27); }
div.DivClassName
{
background-color: #668B1B;
}
.BgClassName
{
background-color: #668B1B;
}
</style>
border-color css
<style>
span { border-color: #668B1B; }
span { border-color: rgb(102,139,27); }
td.TdClassName
{
border-color: #668B1B;
}
.TagClassName
{
border-color: #668B1B;
}
</style>