#659555

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

Shades of Hippie Green #659555

Tints of Hippie Green #659555

Color information

#659555 (or 0x659555) is unknown color: approx Hippie Green. HEX triplet: 65, 95 and 55. RGB value is (101,149,85). Sum of RGB (Red+Green+Blue) = 101+149+85=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #659555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659555 is #9A6AAA. Grayscale: #7F7F7F. Windows color (decimal): -10119851 or 5608805. OLE color: 5608805.

HSL color Cylindrical-coordinate representation of color #659555: hue angle of 105º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #659555 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB10114985-
CMYK0.3200.430.42
HSL105º27.35%45.88%-
HSV(B)105º42.95%58.43%-
XYZ17.7524.9212.47-
YUV127.35104.1109.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=30.15%
G=44.48%
B=25.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101149850.3200.430.4210527.3545.88
Hex6595552002B2A691b2e
Octal14522512540053521513356
Binary11001011001010110101011000000101011101010110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659555; }

 p { color: rgb(101,149,85); }

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

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

 a { background-color: rgb(101,149,85); }

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

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

 span { border-color: rgb(101,149,85); }

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