#60914D

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

Shades of Glade Green #60914D

Tints of Glade Green #60914D

Color information

#60914D (or 0x60914D) is unknown color: approx Glade Green. HEX triplet: 60, 91 and 4D. RGB value is (96,145,77). Sum of RGB (Red+Green+Blue) = 96+145+77=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #60914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60914D is #9F6EB2. Grayscale: #7A7A7A. Windows color (decimal): -10448563 or 5083488. OLE color: 5083488.

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

Color convert

RGB9614577-
CMYK0.3400.470.43
HSL103.24º30.63%43.53%-
HSV(B)103.24º46.9%56.86%-
XYZ16.2923.2710.65-
YUV122.6102.27109.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=30.19%
G=45.60%
B=24.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96145770.3400.470.43103.2430.6343.53
Hex60914D2202F2B671f2c
Octal14022111542057531473754
Binary11000001001000110011011000100101111101011110011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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