#688C2D

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

Shades of Olive Drab #688C2D

Tints of Olive Drab #688C2D

Color information

#688C2D (or 0x688C2D) is unknown color: approx Olive Drab. HEX triplet: 68, 8C and 2D. RGB value is (104,140,45). Sum of RGB (Red+Green+Blue) = 104+140+45=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #688C2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C2D is #9773D2. Grayscale: #767676. Windows color (decimal): -9925587 or 2985064. OLE color: 2985064.

HSL color Cylindrical-coordinate representation of color #688C2D: hue angle of 82.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #688C2D is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB10414045-
CMYK0.2600.680.45
HSL82.74º51.35%36.27%-
HSV(B)82.74º67.86%54.9%-
XYZ15.5621.895.89-
YUV118.4186.57117.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=35.99%
G=48.44%
B=15.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104140450.2600.680.4582.7451.3536.27
Hex688C2D1A0442D533324
Octal15021455320104551236344
Binary11010001000110010110111010010001001011011010011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688C2D; }

 p { color: rgb(104,140,45); }

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

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

 a { background-color: rgb(104,140,45); }

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

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

 span { border-color: rgb(104,140,45); }

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