Html Css Color HEX #648465 Hippie Green

📋 copy color: '#648465'

red 100 ◦ green 132 ◦ blue 101

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

Shades of Hippie Green #648465

Tints of Hippie Green #648465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 30.03%
G = 39.64%
B = 30.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#648465 (or 0x648465) is known color: Hippie Green. HEX triplet: 64, 84 and 65. RGB value is (100,132,101). Sum of RGB (Red+Green+Blue) = 100+132+101=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #648465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648465 is #9B7B9A. Grayscale: #767676. Windows color (decimal): -10189723 or 6653028. OLE color: 6653028.

HSL color Cylindrical-coordinate representation of color #648465: hue angle of 121.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648465 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 101 -
CMYK 0.24 0 0.23 0.48
HSL 121.88º 0.14% 0.45% -
HSV(B) 121.88º 0.24% 0.52% -
XYZ 15.86 20.15 15.37 -
YUV 118.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 100 132 101 0.24 0 0.23 0.48 121.88 0.14 0.45
Hex 64 84 65 18 0 17 30 7A E 2D
Octal 144 204 145 30 0 27 60 172 16 55
Binary 1100100 10000100 1100101 11000 0 10111 110000 1111010 1110 101101

Color Harmonies of #648465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648465

Black with #648465

Text Example


Text Example

White with #648465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648465; }

 p { color: rgb(100,132,101); }

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

background-color css

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

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

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

border-color css

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

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

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