#648660

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

Shades of Hippie Green #648660

Tints of Hippie Green #648660

Color information

#648660 (or 0x648660) is unknown color: approx Hippie Green. HEX triplet: 64, 86 and 60. RGB value is (100,134,96). Sum of RGB (Red+Green+Blue) = 100+134+96=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #648660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648660 is #9B799F. Grayscale: #777777. Windows color (decimal): -10189216 or 6325860. OLE color: 6325860.

HSL color Cylindrical-coordinate representation of color #648660: hue angle of 113.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648660 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB10013496-
CMYK0.2500.280.47
HSL113.68º16.52%45.1%-
HSV(B)113.68º28.36%52.55%-
XYZ15.8920.614.21-
YUV119.5114.74114.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=30.30%
G=40.61%
B=29.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134960.2500.280.47113.6816.5245.1
Hex6486601901C2F72112d
Octal14420614031034571622155
Binary110010010000110110000011001011100101111111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648660; }

 p { color: rgb(100,134,96); }

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

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

 a { background-color: rgb(100,134,96); }

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

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

 span { border-color: rgb(100,134,96); }

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