#60824D

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

Shades of Glade Green #60824D

Tints of Glade Green #60824D

Color information

#60824D (or 0x60824D) is unknown color: approx Glade Green. HEX triplet: 60, 82 and 4D. RGB value is (96,130,77). Sum of RGB (Red+Green+Blue) = 96+130+77=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #60824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60824D is #9F7DB2. Grayscale: #717171. Windows color (decimal): -10452403 or 5079648. OLE color: 5079648.

HSL color Cylindrical-coordinate representation of color #60824D: hue angle of 98.49º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60824D is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB9613077-
CMYK0.2600.410.49
HSL98.49º25.6%40.59%-
HSV(B)98.49º40.77%50.98%-
XYZ14.1518.999.94-
YUV113.79107.24115.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=31.68%
G=42.90%
B=25.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130770.2600.410.4998.4925.640.59
Hex60824D1A02931621a29
Octal14020211532051611423251
Binary1100000100000101001101110100101001110001110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60824D; }

 p { color: rgb(96,130,77); }

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

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

 a { background-color: rgb(96,130,77); }

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

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

 span { border-color: rgb(96,130,77); }

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