#688533

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

Shades of Olive Drab #688533

Tints of Olive Drab #688533

Color information

#688533 (or 0x688533) is unknown color: approx Olive Drab. HEX triplet: 68, 85 and 33. RGB value is (104,133,51). Sum of RGB (Red+Green+Blue) = 104+133+51=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #688533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688533 is #977ACC. Grayscale: #737373. Windows color (decimal): -9927373 or 3376488. OLE color: 3376488.

HSL color Cylindrical-coordinate representation of color #688533: hue angle of 81.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #688533 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB10413351-
CMYK0.2200.620.48
HSL81.22º44.57%36.08%-
HSV(B)81.22º61.65%52.16%-
XYZ14.6919.966.21-
YUV114.9891.89120.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=36.11%
G=46.18%
B=17.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133510.2200.620.4881.2244.5736.08
Hex6885331603E30512d24
Octal1502056326076601215544
Binary1101000100001011100111011001111101100001010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688533; }

 p { color: rgb(104,133,51); }

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

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

 a { background-color: rgb(104,133,51); }

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

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

 span { border-color: rgb(104,133,51); }

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