#668B0E

Color #668B0E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #668B0E

Tints of Olive Drab #668B0E

Color information

#668B0E (or 0x668B0E) is unknown color: approx Olive Drab. HEX triplet: 66, 8B and 0E. RGB value is (102,139,14). Sum of RGB (Red+Green+Blue) = 102+139+14=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #668B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B0E is #9974F1. Grayscale: #727272. Windows color (decimal): -10056946 or 953190. OLE color: 953190.

HSL color Cylindrical-coordinate representation of color #668B0E: hue angle of 77.76º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #668B0E is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB10213914-
CMYK0.2700.900.45
HSL77.76º81.7%30%-
HSV(B)77.76º89.93%54.51%-
XYZ14.7921.323.75-
YUV113.6971.74119.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 54.51%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=40%
G=54.51%
B=5.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102139140.2700.900.4577.7681.730
Hex668BE1B05A2D4e521e
Octal146213163301325511612236
Binary110011010001011111011011010110101011011001110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B0E; }

 p { color: rgb(102,139,14); }

 H1.HeaderClassName
 {
   color: #668B0E;
 }
 .AnyTagClassName
 {
   color: #668B0E;
 }
</style>
background-color css

<style>
 a { background-color: #668B0E; }

 a { background-color: rgb(102,139,14); }

 div.DivClassName
 {
   background-color: #668B0E;
 }
 .BgClassName
 {
   background-color: #668B0E;
 }
</style>
border-color css

<style>
 span { border-color: #668B0E; }

 span { border-color: rgb(102,139,14); }

 td.TdClassName
 {
   border-color: #668B0E;
 }
 .TagClassName
 {
   border-color: #668B0E;
 }
</style>