#688629

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

Shades of Olive Drab #688629

Tints of Olive Drab #688629

Color information

#688629 (or 0x688629) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 29. RGB value is (104,134,41). Sum of RGB (Red+Green+Blue) = 104+134+41=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #688629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688629 is #9779D6. Grayscale: #727272. Windows color (decimal): -9927127 or 2721384. OLE color: 2721384.

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

Color convert

RGB10413441-
CMYK0.2200.690.47
HSL79.35º53.14%34.31%-
HSV(B)79.35º69.4%52.55%-
XYZ14.6320.155.22-
YUV114.4386.56120.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=37.28%
G=48.03%
B=14.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134410.2200.690.4779.3553.1434.31
Hex688629160452F4f3522
Octal15020651260105571176542
Binary11010001000011010100110110010001011011111001111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688629; }

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

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

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

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

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

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

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

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