#649650

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

Shades of Hippie Green #649650

Tints of Hippie Green #649650

Color information

#649650 (or 0x649650) is unknown color: approx Hippie Green. HEX triplet: 64, 96 and 50. RGB value is (100,150,80). Sum of RGB (Red+Green+Blue) = 100+150+80=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #649650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649650 is #9B69AF. Grayscale: #7F7F7F. Windows color (decimal): -10185136 or 5281380. OLE color: 5281380.

HSL color Cylindrical-coordinate representation of color #649650: hue angle of 102.86º 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 #649650 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB10015080-
CMYK0.3300.470.41
HSL102.86º30.43%45.1%-
HSV(B)102.86º46.67%58.82%-
XYZ17.6125.111.51-
YUV127.07101.44108.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=30.30%
G=45.45%
B=24.24%

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
Decimal100150800.3300.470.41102.8630.4345.1
Hex6496502102F29671e2d
Octal14422612041057511473655
Binary11001001001011010100001000010101111101001110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649650; }

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

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

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

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

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

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

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

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