#608950

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

Shades of Glade Green #608950

Tints of Glade Green #608950

Color information

#608950 (or 0x608950) is unknown color: approx Glade Green. HEX triplet: 60, 89 and 50. RGB value is (96,137,80). Sum of RGB (Red+Green+Blue) = 96+137+80=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #608950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608950 is #9F76AF. Grayscale: #767676. Windows color (decimal): -10450608 or 5278048. OLE color: 5278048.

HSL color Cylindrical-coordinate representation of color #608950: hue angle of 103.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #608950 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB9613780-
CMYK0.3000.420.46
HSL103.16º26.27%42.55%-
HSV(B)103.16º41.61%53.73%-
XYZ15.2220.9610.83-
YUV118.24106.42112.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=30.67%
G=43.77%
B=25.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96137800.3000.420.46103.1626.2742.55
Hex6089501E02A2E671a2b
Octal14021112036052561473253
Binary1100000100010011010000111100101010101110110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608950; }

 p { color: rgb(96,137,80); }

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

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

 a { background-color: rgb(96,137,80); }

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

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

 span { border-color: rgb(96,137,80); }

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