Html Css Color HEX #64855F Hippie Green

📋 copy color: '#64855F'

red 100 ◦ green 133 ◦ blue 95

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

Shades of Hippie Green #64855F

Tints of Hippie Green #64855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 30.49%
G = 40.55%
B = 28.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#64855F (or 0x64855F) is known color: Hippie Green. HEX triplet: 64, 85 and 5F. RGB value is (100,133,95). Sum of RGB (Red+Green+Blue) = 100+133+95=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #64855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64855F is #9B7AA0. Grayscale: #767676. Windows color (decimal): -10189473 or 6260068. OLE color: 6260068.

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

Color convert

RGB 100 133 95 -
CMYK 0.25 0 0.29 0.48
HSL 112.11º 0.17% 0.45% -
HSV(B) 112.11º 0.29% 0.52% -
XYZ 15.71 20.31 13.92 -
YUV 118.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 100 133 95 0.25 0 0.29 0.48 112.11 0.17 0.45
Hex 64 85 5F 19 0 1D 30 70 11 2D
Octal 144 205 137 31 0 35 60 160 21 55
Binary 1100100 10000101 1011111 11001 0 11101 110000 1110000 10001 101101

Color Harmonies of #64855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64855F

Black with #64855F

Text Example


Text Example

White with #64855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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