Html Css Color HEX #64995B Hippie Green

📋 copy color: '#64995B'

red 100 ◦ green 153 ◦ blue 91

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

Shades of Hippie Green #64995B

Tints of Hippie Green #64995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.45%

R = 29.07%
G = 44.48%
B = 26.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#64995B (or 0x64995B) is known color: Hippie Green. HEX triplet: 64, 99 and 5B. RGB value is (100,153,91). Sum of RGB (Red+Green+Blue) = 100+153+91=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #64995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64995B is #9B66A4. Grayscale: #828282. Windows color (decimal): -10184357 or 6003044. OLE color: 6003044.

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

Color convert

RGB 100 153 91 -
CMYK 0.35 0 0.41 0.4
HSL 111.29º 0.25% 0.48% -
HSV(B) 111.29º 0.41% 0.6% -
XYZ 18.54 26.25 13.99 -
YUV 130.09 105.94 106.54 -
System Red Green Blue C M Y K H S L
Decimal 100 153 91 0.35 0 0.41 0.4 111.29 0.25 0.48
Hex 64 99 5B 23 0 29 28 6F 19 30
Octal 144 231 133 43 0 51 50 157 31 60
Binary 1100100 10011001 1011011 100011 0 101001 101000 1101111 11001 110000

Color Harmonies of #64995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64995B

Black with #64995B

Text Example


Text Example

White with #64995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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