#668A28

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

Shades of Olive Drab #668A28

Tints of Olive Drab #668A28

Color information

#668A28 (or 0x668A28) is unknown color: approx Olive Drab. HEX triplet: 66, 8A and 28. RGB value is (102,138,40). Sum of RGB (Red+Green+Blue) = 102+138+40=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #668A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A28 is #9975D7. Grayscale: #747474. Windows color (decimal): -10057176 or 2656870. OLE color: 2656870.

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

Color convert

RGB10213840-
CMYK0.2600.710.46
HSL82.04º55.06%34.9%-
HSV(B)82.04º71.01%54.12%-
XYZ14.9521.155.3-
YUV116.0685.07117.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 138 (54.30% from 255) = 49.29%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=36.43%
G=49.29%
B=14.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138400.2600.710.4682.0455.0634.9
Hex668A281A0472E523723
Octal14621250320107561226743
Binary11001101000101010100011010010001111011101010010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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