Html Css Color HEX #649964 Hippie Green

📋 copy color: '#649964'

red 100 ◦ green 153 ◦ blue 100

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

Shades of Hippie Green #649964

Tints of Hippie Green #649964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.34%

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

R = 28.33%
G = 43.34%
B = 28.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#649964 (or 0x649964) is known color: Hippie Green. HEX triplet: 64, 99 and 64. RGB value is (100,153,100). Sum of RGB (Red+Green+Blue) = 100+153+100=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #649964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649964 is #9B669B. Grayscale: #838383. Windows color (decimal): -10184348 or 6592868. OLE color: 6592868.

HSL color Cylindrical-coordinate representation of color #649964: hue angle of 120º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649964 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 100 -
CMYK 0.35 0 0.35 0.4
HSL 120º 0.21% 0.5% -
HSV(B) 120º 0.35% 0.6% -
XYZ 18.95 26.41 16.16 -
YUV 131.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 100 153 100 0.35 0 0.35 0.4 120 0.21 0.5
Hex 64 99 64 23 0 23 28 78 15 32
Octal 144 231 144 43 0 43 50 170 25 62
Binary 1100100 10011001 1100100 100011 0 100011 101000 1111000 10101 110010

Color Harmonies of #649964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649964

Black with #649964

Text Example


Text Example

White with #649964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649964; }

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

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

background-color css

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

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

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

border-color css

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

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

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