#688332

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

Shades of Olive Drab #688332

Tints of Olive Drab #688332

Color information

#688332 (or 0x688332) is unknown color: approx Olive Drab. HEX triplet: 68, 83 and 32. RGB value is (104,131,50). Sum of RGB (Red+Green+Blue) = 104+131+50=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #688332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688332 is #977CCD. Grayscale: #717171. Windows color (decimal): -9927886 or 3310440. OLE color: 3310440.

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

Color convert

RGB10413150-
CMYK0.2100.620.49
HSL80º44.75%35.49%-
HSV(B)80º61.83%51.37%-
XYZ14.419.416-
YUV113.6992.05121.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=36.49%
G=45.96%
B=17.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131500.2100.620.498044.7535.49
Hex6883321503E31502d23
Octal1502036225076611205543
Binary1101000100000111100101010101111101100011010000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688332; }

 p { color: rgb(104,131,50); }

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

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

 a { background-color: rgb(104,131,50); }

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

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

 span { border-color: rgb(104,131,50); }

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