Html Css Color HEX #64885D Hippie Green

📋 copy color: '#64885D'

red 100 ◦ green 136 ◦ blue 93

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

Shades of Hippie Green #64885D

Tints of Hippie Green #64885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

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

R = 30.4%
G = 41.34%
B = 28.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#64885D (or 0x64885D) is known color: Hippie Green. HEX triplet: 64, 88 and 5D. RGB value is (100,136,93). Sum of RGB (Red+Green+Blue) = 100+136+93=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #64885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64885D is #9B77A2. Grayscale: #787878. Windows color (decimal): -10188707 or 6129764. OLE color: 6129764.

HSL color Cylindrical-coordinate representation of color #64885D: hue angle of 110.23º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64885D is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 93 -
CMYK 0.26 0 0.32 0.47
HSL 110.23º 0.19% 0.45% -
HSV(B) 110.23º 0.32% 0.53% -
XYZ 16.04 21.11 13.59 -
YUV 120.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 100 136 93 0.26 0 0.32 0.47 110.23 0.19 0.45
Hex 64 88 5D 1A 0 20 2F 6E 13 2D
Octal 144 210 135 32 0 40 57 156 23 55
Binary 1100100 10001000 1011101 11010 0 100000 101111 1101110 10011 101101

Color Harmonies of #64885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64885D

Black with #64885D

Text Example


Text Example

White with #64885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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