#659950

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

Shades of Hippie Green #659950

Tints of Hippie Green #659950

Color information

#659950 (or 0x659950) is unknown color: approx Hippie Green. HEX triplet: 65, 99 and 50. RGB value is (101,153,80). Sum of RGB (Red+Green+Blue) = 101+153+80=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #659950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659950 is #9A66AF. Grayscale: #818181. Windows color (decimal): -10118832 or 5282149. OLE color: 5282149.

HSL color Cylindrical-coordinate representation of color #659950: hue angle of 102.74º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #659950 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB10115380-
CMYK0.3400.480.4
HSL102.74º31.33%45.69%-
HSV(B)102.74º47.71%60%-
XYZ18.2126.1311.67-
YUV129.13100.27107.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=30.24%
G=45.81%
B=23.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153800.3400.480.4102.7431.3345.69
Hex6599502203028671f2e
Octal14523112042060501473756
Binary11001011001100110100001000100110000101000110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659950; }

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

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

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

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

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

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

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

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