Html Css Color HEX #64995D Hippie Green

📋 copy color: '#64995D'

red 100 ◦ green 153 ◦ blue 93

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

Shades of Hippie Green #64995D

Tints of Hippie Green #64995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 28.9%
G = 44.22%
B = 26.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#64995D (or 0x64995D) is known color: Hippie Green. HEX triplet: 64, 99 and 5D. RGB value is (100,153,93). Sum of RGB (Red+Green+Blue) = 100+153+93=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #64995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64995D is #9B66A2. Grayscale: #828282. Windows color (decimal): -10184355 or 6134116. OLE color: 6134116.

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

Color convert

RGB 100 153 93 -
CMYK 0.35 0 0.39 0.4
HSL 113º 0.24% 0.48% -
HSV(B) 113º 0.39% 0.6% -
XYZ 18.62 26.28 14.45 -
YUV 130.31 106.94 106.38 -
System Red Green Blue C M Y K H S L
Decimal 100 153 93 0.35 0 0.39 0.4 113 0.24 0.48
Hex 64 99 5D 23 0 27 28 71 18 30
Octal 144 231 135 43 0 47 50 161 30 60
Binary 1100100 10011001 1011101 100011 0 100111 101000 1110001 11000 110000

Color Harmonies of #64995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64995D

Black with #64995D

Text Example


Text Example

White with #64995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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