#659650

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

Shades of Glade Green #659650

Tints of Glade Green #659650

Color information

#659650 (or 0x659650) is unknown color: approx Glade Green. HEX triplet: 65, 96 and 50. RGB value is (101,150,80). Sum of RGB (Red+Green+Blue) = 101+150+80=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #659650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659650 is #9A69AF. Grayscale: #7F7F7F. Windows color (decimal): -10119600 or 5281381. OLE color: 5281381.

HSL color Cylindrical-coordinate representation of color #659650: hue angle of 102º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #659650 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB10115080-
CMYK0.3300.470.41
HSL102º30.43%45.1%-
HSV(B)102º46.67%58.82%-
XYZ17.7225.1611.51-
YUV127.37101.27109.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=30.51%
G=45.32%
B=24.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101150800.3300.470.4110230.4345.1
Hex6596502102F29661e2d
Octal14522612041057511463655
Binary11001011001011010100001000010101111101001110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659650; }

 p { color: rgb(101,150,80); }

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

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

 a { background-color: rgb(101,150,80); }

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

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

 span { border-color: rgb(101,150,80); }

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