Html Css Color HEX #64855A Hippie Green

📋 copy color: '#64855A'

red 100 ◦ green 133 ◦ blue 90

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

Shades of Hippie Green #64855A

Tints of Hippie Green #64855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 30.96%
G = 41.18%
B = 27.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#64855A (or 0x64855A) is known color: Hippie Green. HEX triplet: 64, 85 and 5A. RGB value is (100,133,90). Sum of RGB (Red+Green+Blue) = 100+133+90=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #64855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64855A is #9B7AA5. Grayscale: #767676. Windows color (decimal): -10189478 or 5932388. OLE color: 5932388.

HSL color Cylindrical-coordinate representation of color #64855A: hue angle of 106.05º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64855A is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 90 -
CMYK 0.25 0 0.32 0.48
HSL 106.05º 0.19% 0.44% -
HSV(B) 106.05º 0.32% 0.52% -
XYZ 15.49 20.22 12.76 -
YUV 118.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 100 133 90 0.25 0 0.32 0.48 106.05 0.19 0.44
Hex 64 85 5A 19 0 20 30 6A 13 2C
Octal 144 205 132 31 0 40 60 152 23 54
Binary 1100100 10000101 1011010 11001 0 100000 110000 1101010 10011 101100

Color Harmonies of #64855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64855A

Black with #64855A

Text Example


Text Example

White with #64855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64855A; }

 p { color: rgb(100,133,90); }

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

background-color css

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

 a { background-color: rgb(100,133,90); }

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

border-color css

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

 span { border-color: rgb(100,133,90); }

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