#608C4C

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

Shades of Glade Green #608C4C

Tints of Glade Green #608C4C

Color information

#608C4C (or 0x608C4C) is unknown color: approx Glade Green. HEX triplet: 60, 8C and 4C. RGB value is (96,140,76). Sum of RGB (Red+Green+Blue) = 96+140+76=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #608C4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608C4C is #9F73B3. Grayscale: #777777. Windows color (decimal): -10449844 or 5016672. OLE color: 5016672.

HSL color Cylindrical-coordinate representation of color #608C4C: hue angle of 101.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #608C4C is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB9614076-
CMYK0.3100.460.45
HSL101.25º29.63%42.35%-
HSV(B)101.25º45.71%54.9%-
XYZ15.5121.7610.22-
YUV119.55103.42111.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 140 (55.08% from 255) = 44.87%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=30.77%
G=44.87%
B=24.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96140760.3100.460.45101.2529.6342.35
Hex608C4C1F02E2D651e2a
Octal14021411437056551453652
Binary1100000100011001001100111110101110101101110010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608C4C; }

 p { color: rgb(96,140,76); }

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

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

 a { background-color: rgb(96,140,76); }

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

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

 span { border-color: rgb(96,140,76); }

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