#648860

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

Shades of Hippie Green #648860

Tints of Hippie Green #648860

Color information

#648860 (or 0x648860) is unknown color: approx Hippie Green. HEX triplet: 64, 88 and 60. RGB value is (100,136,96). Sum of RGB (Red+Green+Blue) = 100+136+96=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #648860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648860 is #9B779F. Grayscale: #787878. Windows color (decimal): -10188704 or 6326372. OLE color: 6326372.

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

Color convert

RGB10013696-
CMYK0.2600.290.47
HSL114º17.24%45.49%-
HSV(B)114º29.41%53.33%-
XYZ16.1721.1614.3-
YUV120.68114.07113.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=30.12%
G=40.96%
B=28.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136960.2600.290.4711417.2445.49
Hex6488601A01D2F72112d
Octal14421014032035571622155
Binary110010010001000110000011010011101101111111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648860; }

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

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

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

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

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

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

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

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