Html Css Color HEX #649B50 Hippie Green

📋 copy color: '#649B50'

red 100 ◦ green 155 ◦ blue 80

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

Shades of Hippie Green #649B50

Tints of Hippie Green #649B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.27%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 29.85%
G = 46.27%
B = 23.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#649B50 (or 0x649B50) is known color: Hippie Green. HEX triplet: 64, 9B and 50. RGB value is (100,155,80). Sum of RGB (Red+Green+Blue) = 100+155+80=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #649B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B50 is #9B64AF. Grayscale: #828282. Windows color (decimal): -10183856 or 5282660. OLE color: 5282660.

HSL color Cylindrical-coordinate representation of color #649B50: hue angle of 104º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #649B50 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 80 -
CMYK 0.35 0 0.48 0.39
HSL 104º 0.32% 0.46% -
HSV(B) 104º 0.48% 0.61% -
XYZ 18.42 26.73 11.78 -
YUV 130.01 99.78 106.6 -
System Red Green Blue C M Y K H S L
Decimal 100 155 80 0.35 0 0.48 0.39 104 0.32 0.46
Hex 64 9B 50 23 0 30 27 68 20 2E
Octal 144 233 120 43 0 60 47 150 40 56
Binary 1100100 10011011 1010000 100011 0 110000 100111 1101000 100000 101110

Color Harmonies of #649B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B50

Black with #649B50

Text Example


Text Example

White with #649B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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