#668B1D

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

Shades of Olive Drab #668B1D

Tints of Olive Drab #668B1D

Color information

#668B1D (or 0x668B1D) is unknown color: approx Olive Drab. HEX triplet: 66, 8B and 1D. RGB value is (102,139,29). Sum of RGB (Red+Green+Blue) = 102+139+29=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #668B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B1D is #9974E2. Grayscale: #737373. Windows color (decimal): -10056931 or 1936230. OLE color: 1936230.

HSL color Cylindrical-coordinate representation of color #668B1D: hue angle of 80.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #668B1D is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB10213929-
CMYK0.2700.790.45
HSL80.18º65.48%32.94%-
HSV(B)80.18º79.14%54.51%-
XYZ14.9321.384.5-
YUV115.479.24118.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 139 (54.69% from 255) = 51.48%
BLUE value IS 29 (11.72% from 255) = 10.74%
R=37.78%
G=51.48%
B=10.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102139290.2700.790.4580.1865.4832.94
Hex668B1D1B04F2D504121
Octal146213353301175512010141
Binary11001101000101111101110110100111110110110100001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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