Html Css Color HEX #64865C Hippie Green

📋 copy color: '#64865C'

red 100 ◦ green 134 ◦ blue 92

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

Shades of Hippie Green #64865C

Tints of Hippie Green #64865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 30.67%
G = 41.1%
B = 28.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#64865C (or 0x64865C) is known color: Hippie Green. HEX triplet: 64, 86 and 5C. RGB value is (100,134,92). Sum of RGB (Red+Green+Blue) = 100+134+92=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #64865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64865C is #9B79A3. Grayscale: #777777. Windows color (decimal): -10189220 or 6063716. OLE color: 6063716.

HSL color Cylindrical-coordinate representation of color #64865C: hue angle of 108.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64865C is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 92 -
CMYK 0.25 0 0.31 0.47
HSL 108.57º 0.19% 0.44% -
HSV(B) 108.57º 0.31% 0.53% -
XYZ 15.71 20.53 13.26 -
YUV 119.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 100 134 92 0.25 0 0.31 0.47 108.57 0.19 0.44
Hex 64 86 5C 19 0 1F 2F 6D 13 2C
Octal 144 206 134 31 0 37 57 155 23 54
Binary 1100100 10000110 1011100 11001 0 11111 101111 1101101 10011 101100

Color Harmonies of #64865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64865C

Black with #64865C

Text Example


Text Example

White with #64865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64865C; }

 p { color: rgb(100,134,92); }

 H1.HeaderClassName
 {
   color: #64865C;
 }
 .AnyTagClassName
 {
   color: #64865C;
 }
</style>

background-color css

<style>
 a { background-color: #64865C; }

 a { background-color: rgb(100,134,92); }

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

border-color css

<style>
 span { border-color: #64865C; }

 span { border-color: rgb(100,134,92); }

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