#688619

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

Shades of Olive Drab #688619

Tints of Olive Drab #688619

Color information

#688619 (or 0x688619) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 19. RGB value is (104,134,25). Sum of RGB (Red+Green+Blue) = 104+134+25=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #688619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688619 is #9779E6. Grayscale: #717171. Windows color (decimal): -9927143 or 1672808. OLE color: 1672808.

HSL color Cylindrical-coordinate representation of color #688619: hue angle of 76.51º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #688619 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB10413425-
CMYK0.2200.810.47
HSL76.51º68.55%31.18%-
HSV(B)76.51º81.34%52.55%-
XYZ14.4120.064.03-
YUV112.678.56121.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 25 (10.16% from 255) = 9.51%
R=39.54%
G=50.95%
B=9.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134250.2200.810.4776.5168.5531.18
Hex688619160512F4d451f
Octal150206312601215711510537
Binary1101000100001101100110110010100011011111001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688619; }

 p { color: rgb(104,134,25); }

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

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

 a { background-color: rgb(104,134,25); }

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

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

 span { border-color: rgb(104,134,25); }

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