Html Css Color HEX #64995E Hippie Green

📋 copy color: '#64995E'

red 100 ◦ green 153 ◦ blue 94

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

Shades of Hippie Green #64995E

Tints of Hippie Green #64995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 28.82%
G = 44.09%
B = 27.09%

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

#64995E (or 0x64995E) is known color: Hippie Green. HEX triplet: 64, 99 and 5E. RGB value is (100,153,94). Sum of RGB (Red+Green+Blue) = 100+153+94=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #64995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64995E is #9B66A1. Grayscale: #828282. Windows color (decimal): -10184354 or 6199652. OLE color: 6199652.

HSL color Cylindrical-coordinate representation of color #64995E: hue angle of 113.9º 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 #64995E is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 94 -
CMYK 0.35 0 0.39 0.4
HSL 113.9º 0.24% 0.48% -
HSV(B) 113.9º 0.39% 0.6% -
XYZ 18.67 26.3 14.68 -
YUV 130.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 100 153 94 0.35 0 0.39 0.4 113.9 0.24 0.48
Hex 64 99 5E 23 0 27 28 72 18 30
Octal 144 231 136 43 0 47 50 162 30 60
Binary 1100100 10011001 1011110 100011 0 100111 101000 1110010 11000 110000

Color Harmonies of #64995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64995E

Black with #64995E

Text Example


Text Example

White with #64995E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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