Html Css Color HEX #649664 Hippie Green

📋 copy color: '#649664'

red 100 ◦ green 150 ◦ blue 100

#649664
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #649664

Tints of Hippie Green #649664

RGB

 RED value IS 100 (39.45% from 255) = 28.57%

 GREEN value IS 150 (58.98% from 255) = 42.86%

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 28.57%
G = 42.86%
B = 28.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#649664 (or 0x649664) is known color: Hippie Green. HEX triplet: 64, 96 and 64. RGB value is (100,150,100). Sum of RGB (Red+Green+Blue) = 100+150+100=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #649664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649664 is #9B699B. Grayscale: #818181. Windows color (decimal): -10185116 or 6592100. OLE color: 6592100.

HSL color Cylindrical-coordinate representation of color #649664: hue angle of 120º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649664 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 100 -
CMYK 0.33 0 0.33 0.41
HSL 120º 0.2% 0.49% -
HSV(B) 120º 0.33% 0.59% -
XYZ 18.46 25.44 15.99 -
YUV 129.35 111.44 107.07 -
System Red Green Blue C M Y K H S L
Decimal 100 150 100 0.33 0 0.33 0.41 120 0.2 0.49
Hex 64 96 64 21 0 21 29 78 14 31
Octal 144 226 144 41 0 41 51 170 24 61
Binary 1100100 10010110 1100100 100001 0 100001 101001 1111000 10100 110001

Color Harmonies of #649664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649664

Black with #649664

Text Example


Text Example

White with #649664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649664; }

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

 H1.HeaderClassName
 {
   color: #649664;
 }
 .AnyTagClassName
 {
   color: #649664;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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