Shades of Olive Drab #668A0F
Tints of Olive Drab #668A0F
RGB
CMYK
RGB Variations
Color information
#668A0F (or 0x668A0F) is known color: Olive Drab. HEX triplet: 66, 8A and 0F. RGB value is (102,138,15). Sum of RGB (Red+Green+Blue) = 102+138+15=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #668A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668A0F is #9975F0. Grayscale: #717171. Windows color (decimal): -10057201 or 1018470. OLE color: 1018470.
HSL color Cylindrical-coordinate representation of color #668A0F: hue angle of 77.56º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #668A0F is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 15 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.46 |
| HSL | 77.56º | 0.8% | 0.3% | - |
| HSV(B) | 77.56º | 0.89% | 0.54% | - |
| XYZ | 14.65 | 21.04 | 3.74 | - |
| YUV | 113.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 15 | 0.26 | 0 | 0.89 | 0.46 | 77.56 | 0.8 | 0.3 |
| Hex | 66 | 8A | F | 1A | 0 | 59 | 2E | 4E | 50 | 1E |
| Octal | 146 | 212 | 17 | 32 | 0 | 131 | 56 | 116 | 120 | 36 |
| Binary | 1100110 | 10001010 | 1111 | 11010 | 0 | 1011001 | 101110 | 1001110 | 1010000 | 11110 |
Color Harmonies of #668A0F
Complementary color
Monochromatic Colors of #668A0F
Black with #668A0F
Text Example
Text Example
White with #668A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A0F; }
p { color: rgb(102,138,15); }
H1.HeaderClassName
{
color: #668A0F;
}
.AnyTagClassName
{
color: #668A0F;
}
</style>
background-color css
<style>
a { background-color: #668A0F; }
a { background-color: rgb(102,138,15); }
div.DivClassName
{
background-color: #668A0F;
}
.BgClassName
{
background-color: #668A0F;
}
</style>
border-color css
<style>
span { border-color: #668A0F; }
span { border-color: rgb(102,138,15); }
td.TdClassName
{
border-color: #668A0F;
}
.TagClassName
{
border-color: #668A0F;
}
</style>