#659B50

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

Shades of Hippie Green #659B50

Tints of Hippie Green #659B50

Color information

#659B50 (or 0x659B50) is unknown color: approx Hippie Green. HEX triplet: 65, 9B and 50. RGB value is (101,155,80). Sum of RGB (Red+Green+Blue) = 101+155+80=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #659B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659B50 is #9A64AF. Grayscale: #828282. Windows color (decimal): -10118320 or 5282661. OLE color: 5282661.

HSL color Cylindrical-coordinate representation of color #659B50: hue angle of 103.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #659B50 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB10115580-
CMYK0.3500.480.39
HSL103.2º31.91%46.08%-
HSV(B)103.2º48.39%60.78%-
XYZ18.5426.7911.78-
YUV130.399.61107.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=30.06%
G=46.13%
B=23.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101155800.3500.480.39103.231.9146.08
Hex659B50230302767202e
Octal14523312043060471474056
Binary110010110011011101000010001101100001001111100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659B50; }

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

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

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

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

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

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

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

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