#668128

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

Shades of Olive Drab #668128

Tints of Olive Drab #668128

Color information

#668128 (or 0x668128) is unknown color: approx Olive Drab. HEX triplet: 66, 81 and 28. RGB value is (102,129,40). Sum of RGB (Red+Green+Blue) = 102+129+40=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #668128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668128 is #997ED7. Grayscale: #6F6F6F. Windows color (decimal): -10059480 or 2654566. OLE color: 2654566.

HSL color Cylindrical-coordinate representation of color #668128: hue angle of 78.2º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #668128 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB10212940-
CMYK0.2100.690.49
HSL78.2º52.66%33.14%-
HSV(B)78.2º68.99%50.59%-
XYZ13.7118.684.89-
YUV110.7888.05121.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=37.64%
G=47.60%
B=14.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129400.2100.690.4978.252.6633.14
Hex66812815045314e3521
Octal14620150250105611166541
Binary11001101000000110100010101010001011100011001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668128; }

 p { color: rgb(102,129,40); }

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

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

 a { background-color: rgb(102,129,40); }

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

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

 span { border-color: rgb(102,129,40); }

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