#689250

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

Shades of Glade Green #689250

Tints of Glade Green #689250

Color information

#689250 (or 0x689250) is unknown color: approx Glade Green. HEX triplet: 68, 92 and 50. RGB value is (104,146,80). Sum of RGB (Red+Green+Blue) = 104+146+80=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #689250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689250 is #976DAF. Grayscale: #7E7E7E. Windows color (decimal): -9924016 or 5280360. OLE color: 5280360.

HSL color Cylindrical-coordinate representation of color #689250: hue angle of 98.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689250 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB10414680-
CMYK0.2900.450.43
HSL98.18º29.2%44.31%-
HSV(B)98.18º45.21%57.25%-
XYZ17.4424.0811.32-
YUV125.92102.09112.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=31.52%
G=44.24%
B=24.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146800.2900.450.4398.1829.244.31
Hex6892501D02D2B621d2c
Octal15022212035055531423554
Binary1101000100100101010000111010101101101011110001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689250; }

 p { color: rgb(104,146,80); }

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

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

 a { background-color: rgb(104,146,80); }

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

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

 span { border-color: rgb(104,146,80); }

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