#668A2C

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

Shades of Olive Drab #668A2C

Tints of Olive Drab #668A2C

Color information

#668A2C (or 0x668A2C) is unknown color: approx Olive Drab. HEX triplet: 66, 8A and 2C. RGB value is (102,138,44). Sum of RGB (Red+Green+Blue) = 102+138+44=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #668A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A2C is #9975D3. Grayscale: #747474. Windows color (decimal): -10057172 or 2919014. OLE color: 2919014.

HSL color Cylindrical-coordinate representation of color #668A2C: hue angle of 82.98º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #668A2C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB10213844-
CMYK0.2600.680.46
HSL82.98º51.65%35.69%-
HSV(B)82.98º68.12%54.12%-
XYZ15.0221.185.68-
YUV116.5287.07117.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 138 (54.30% from 255) = 48.59%
BLUE value IS 44 (17.58% from 255) = 15.49%
R=35.92%
G=48.59%
B=15.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138440.2600.680.4682.9851.6535.69
Hex668A2C1A0442E533424
Octal14621254320104561236444
Binary11001101000101010110011010010001001011101010011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,44); }

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

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

 a { background-color: rgb(102,138,44); }

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

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

 span { border-color: rgb(102,138,44); }

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