Html Css Color HEX #648065 Hippie Green

📋 copy color: '#648065'

red 100 ◦ green 128 ◦ blue 101

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

Shades of Hippie Green #648065

Tints of Hippie Green #648065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

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

R = 30.4%
G = 38.91%
B = 30.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#648065 (or 0x648065) is known color: Hippie Green. HEX triplet: 64, 80 and 65. RGB value is (100,128,101). Sum of RGB (Red+Green+Blue) = 100+128+101=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #648065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648065 is #9B7F9A. Grayscale: #747474. Windows color (decimal): -10190747 or 6652004. OLE color: 6652004.

HSL color Cylindrical-coordinate representation of color #648065: hue angle of 122.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648065 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 128 101 -
CMYK 0.22 0 0.21 0.50
HSL 122.14º 0.12% 0.45% -
HSV(B) 122.14º 0.22% 0.5% -
XYZ 15.32 19.09 15.19 -
YUV 116.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 100 128 101 0.22 0 0.21 0.50 122.14 0.12 0.45
Hex 64 80 65 16 0 15 32 7A C 2D
Octal 144 200 145 26 0 25 62 172 14 55
Binary 1100100 10000000 1100101 10110 0 10101 110010 1111010 1100 101101

Color Harmonies of #648065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648065

Black with #648065

Text Example


Text Example

White with #648065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648065; }

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

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

background-color css

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

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

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

border-color css

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

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

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