#649B56

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

Shades of Hippie Green #649B56

Tints of Hippie Green #649B56

Color information

#649B56 (or 0x649B56) is unknown color: approx Hippie Green. HEX triplet: 64, 9B and 56. RGB value is (100,155,86). Sum of RGB (Red+Green+Blue) = 100+155+86=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #649B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B56 is #9B64A9. Grayscale: #828282. Windows color (decimal): -10183850 or 5675876. OLE color: 5675876.

HSL color Cylindrical-coordinate representation of color #649B56: hue angle of 107.83º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #649B56 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB10015586-
CMYK0.3500.450.39
HSL107.83º28.63%47.25%-
HSV(B)107.83º44.52%60.78%-
XYZ18.6626.8213-
YUV130.69102.78106.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=29.33%
G=45.45%
B=25.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155860.3500.450.39107.8328.6347.25
Hex649B562302D276c1d2f
Octal14423312643055471543557
Binary11001001001101110101101000110101101100111110110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649B56; }

 p { color: rgb(100,155,86); }

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

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

 a { background-color: rgb(100,155,86); }

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

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

 span { border-color: rgb(100,155,86); }

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