Html Css Color HEX #64915F Hippie Green

📋 copy color: '#64915F'

red 100 ◦ green 145 ◦ blue 95

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

Shades of Hippie Green #64915F

Tints of Hippie Green #64915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

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

R = 29.41%
G = 42.65%
B = 27.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#64915F (or 0x64915F) is known color: Hippie Green. HEX triplet: 64, 91 and 5F. RGB value is (100,145,95). Sum of RGB (Red+Green+Blue) = 100+145+95=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #64915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64915F is #9B6EA0. Grayscale: #7E7E7E. Windows color (decimal): -10186401 or 6263140. OLE color: 6263140.

HSL color Cylindrical-coordinate representation of color #64915F: hue angle of 114º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64915F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 95 -
CMYK 0.31 0 0.34 0.43
HSL 114º 0.21% 0.47% -
HSV(B) 114º 0.34% 0.57% -
XYZ 17.45 23.79 14.5 -
YUV 125.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 100 145 95 0.31 0 0.34 0.43 114 0.21 0.47
Hex 64 91 5F 1F 0 22 2B 72 15 2F
Octal 144 221 137 37 0 42 53 162 25 57
Binary 1100100 10010001 1011111 11111 0 100010 101011 1110010 10101 101111

Color Harmonies of #64915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64915F

Black with #64915F

Text Example


Text Example

White with #64915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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