#608C4D

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

Shades of Glade Green #608C4D

Tints of Glade Green #608C4D

Color information

#608C4D (or 0x608C4D) is unknown color: approx Glade Green. HEX triplet: 60, 8C and 4D. RGB value is (96,140,77). Sum of RGB (Red+Green+Blue) = 96+140+77=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #608C4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C4D is #9F73B2. Grayscale: #777777. Windows color (decimal): -10449843 or 5082208. OLE color: 5082208.

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

Color convert

RGB9614077-
CMYK0.3100.450.45
HSL101.9º29.03%42.55%-
HSV(B)101.9º45%54.9%-
XYZ15.5421.7810.41-
YUV119.66103.92111.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=30.67%
G=44.73%
B=24.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96140770.3100.450.45101.929.0342.55
Hex608C4D1F02D2D661d2b
Octal14021411537055551463553
Binary1100000100011001001101111110101101101101110011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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