#689349

Color #689349 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #689349

Tints of Glade Green #689349

Color information

#689349 (or 0x689349) is unknown color: approx Glade Green. HEX triplet: 68, 93 and 49. RGB value is (104,147,73). Sum of RGB (Red+Green+Blue) = 104+147+73=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #689349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689349 is #976CB6. Grayscale: #7D7D7D. Windows color (decimal): -9923767 or 4821864. OLE color: 4821864.

HSL color Cylindrical-coordinate representation of color #689349: hue angle of 94.86º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #689349 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB10414773-
CMYK0.2900.500.42
HSL94.86º33.64%43.14%-
HSV(B)94.86º50.34%57.65%-
XYZ17.3524.2910.08-
YUV125.7198.25112.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=32.10%
G=45.37%
B=22.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104147730.2900.500.4294.8633.6443.14
Hex6893491D0322A5f222b
Octal15022311135062521374253
Binary11010001001001110010011110101100101010101011111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689349; }

 p { color: rgb(104,147,73); }

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

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

 a { background-color: rgb(104,147,73); }

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

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

 span { border-color: rgb(104,147,73); }

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