#648D62

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

Shades of Hippie Green #648D62

Tints of Hippie Green #648D62

Color information

#648D62 (or 0x648D62) is unknown color: approx Hippie Green. HEX triplet: 64, 8D and 62. RGB value is (100,141,98). Sum of RGB (Red+Green+Blue) = 100+141+98=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #648D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D62 is #9B729D. Grayscale: #7B7B7B. Windows color (decimal): -10187422 or 6458724. OLE color: 6458724.

HSL color Cylindrical-coordinate representation of color #648D62: hue angle of 117.21º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648D62 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB10014198-
CMYK0.2900.300.45
HSL117.21º17.99%46.86%-
HSV(B)117.21º30.5%55.29%-
XYZ16.9922.6415.03-
YUV123.84113.42111-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=29.50%
G=41.59%
B=28.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100141980.2900.300.45117.2117.9946.86
Hex648D621D01E2D75122f
Octal14421514235036551652257
Binary110010010001101110001011101011110101101111010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648D62; }

 p { color: rgb(100,141,98); }

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

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

 a { background-color: rgb(100,141,98); }

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

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

 span { border-color: rgb(100,141,98); }

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