Html Css Color HEX #64995F Hippie Green

📋 copy color: '#64995F'

red 100 ◦ green 153 ◦ blue 95

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

Shades of Hippie Green #64995F

Tints of Hippie Green #64995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 28.74%
G = 43.97%
B = 27.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#64995F (or 0x64995F) is known color: Hippie Green. HEX triplet: 64, 99 and 5F. RGB value is (100,153,95). Sum of RGB (Red+Green+Blue) = 100+153+95=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #64995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64995F is #9B66A0. Grayscale: #828282. Windows color (decimal): -10184353 or 6265188. OLE color: 6265188.

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

Color convert

RGB 100 153 95 -
CMYK 0.35 0 0.38 0.4
HSL 114.83º 0.23% 0.49% -
HSV(B) 114.83º 0.38% 0.6% -
XYZ 18.71 26.32 14.92 -
YUV 130.54 107.94 106.22 -
System Red Green Blue C M Y K H S L
Decimal 100 153 95 0.35 0 0.38 0.4 114.83 0.23 0.49
Hex 64 99 5F 23 0 26 28 73 17 31
Octal 144 231 137 43 0 46 50 163 27 61
Binary 1100100 10011001 1011111 100011 0 100110 101000 1110011 10111 110001

Color Harmonies of #64995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64995F

Black with #64995F

Text Example


Text Example

White with #64995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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