Html Css Color HEX #649650 Hippie Green

📋 copy color: '#649650'

red 100 ◦ green 150 ◦ blue 80

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

Shades of Hippie Green #649650

Tints of Hippie Green #649650

RGB

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

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

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

R = 30.3%
G = 45.45%
B = 24.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#649650 (or 0x649650) is known color: Hippie Green. HEX triplet: 64, 96 and 50. RGB value is (100,150,80). Sum of RGB (Red+Green+Blue) = 100+150+80=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #649650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649650 is #9B69AF. Grayscale: #7F7F7F. Windows color (decimal): -10185136 or 5281380. OLE color: 5281380.

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

Color convert

RGB 100 150 80 -
CMYK 0.33 0 0.47 0.41
HSL 102.86º 0.3% 0.45% -
HSV(B) 102.86º 0.47% 0.59% -
XYZ 17.61 25.1 11.51 -
YUV 127.07 101.44 108.69 -
System Red Green Blue C M Y K H S L
Decimal 100 150 80 0.33 0 0.47 0.41 102.86 0.3 0.45
Hex 64 96 50 21 0 2F 29 67 1E 2D
Octal 144 226 120 41 0 57 51 147 36 55
Binary 1100100 10010110 1010000 100001 0 101111 101001 1100111 11110 101101

Color Harmonies of #649650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649650

Black with #649650

Text Example


Text Example

White with #649650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649650; }

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

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

background-color css

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

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

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

border-color css

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

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

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