#668028

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

Shades of Olive Drab #668028

Tints of Olive Drab #668028

Color information

#668028 (or 0x668028) is unknown color: approx Olive Drab. HEX triplet: 66, 80 and 28. RGB value is (102,128,40). Sum of RGB (Red+Green+Blue) = 102+128+40=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #668028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668028 is #997FD7. Grayscale: #6E6E6E. Windows color (decimal): -10059736 or 2654310. OLE color: 2654310.

HSL color Cylindrical-coordinate representation of color #668028: hue angle of 77.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #668028 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB10212840-
CMYK0.2000.690.50
HSL77.73º52.38%32.94%-
HSV(B)77.73º68.75%50.2%-
XYZ13.5818.424.85-
YUV110.1988.39122.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=37.78%
G=47.41%
B=14.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128400.2000.690.5077.7352.3832.94
Hex66802814045324e3421
Octal14620050240105621166441
Binary11001101000000010100010100010001011100101001110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668028; }

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

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

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

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

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

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

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

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