#668622

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

Shades of Olive Drab #668622

Tints of Olive Drab #668622

Color information

#668622 (or 0x668622) is unknown color: approx Olive Drab. HEX triplet: 66, 86 and 22. RGB value is (102,134,34). Sum of RGB (Red+Green+Blue) = 102+134+34=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #668622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668622 is #9979DD. Grayscale: #717171. Windows color (decimal): -10058206 or 2262630. OLE color: 2262630.

HSL color Cylindrical-coordinate representation of color #668622: hue angle of 79.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #668622 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB10213434-
CMYK0.2400.750.47
HSL79.2º59.52%32.94%-
HSV(B)79.2º74.63%52.55%-
XYZ14.2919.994.62-
YUV113.0383.4120.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=37.78%
G=49.63%
B=12.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134340.2400.750.4779.259.5232.94
Hex6686221804B2F4f3c21
Octal14620642300113571177441
Binary11001101000011010001011000010010111011111001111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668622; }

 p { color: rgb(102,134,34); }

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

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

 a { background-color: rgb(102,134,34); }

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

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

 span { border-color: rgb(102,134,34); }

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