#668728

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

Shades of Olive Drab #668728

Tints of Olive Drab #668728

Color information

#668728 (or 0x668728) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 28. RGB value is (102,135,40). Sum of RGB (Red+Green+Blue) = 102+135+40=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #668728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668728 is #9978D7. Grayscale: #727272. Windows color (decimal): -10057944 or 2656102. OLE color: 2656102.

HSL color Cylindrical-coordinate representation of color #668728: hue angle of 80.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #668728 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB10213540-
CMYK0.2400.700.47
HSL80.84º54.29%34.31%-
HSV(B)80.84º70.37%52.94%-
XYZ14.5320.315.16-
YUV114.386.07119.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=36.82%
G=48.74%
B=14.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135400.2400.700.4780.8454.2934.31
Hex668728180462F513622
Octal14620750300106571216642
Binary11001101000011110100011000010001101011111010001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668728; }

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

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

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

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

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

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

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

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