Html Css Color HEX #64875F Hippie Green

📋 copy color: '#64875F'

red 100 ◦ green 135 ◦ blue 95

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

Shades of Hippie Green #64875F

Tints of Hippie Green #64875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 30.3%
G = 40.91%
B = 28.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#64875F (or 0x64875F) is known color: Hippie Green. HEX triplet: 64, 87 and 5F. RGB value is (100,135,95). Sum of RGB (Red+Green+Blue) = 100+135+95=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #64875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64875F is #9B78A0. Grayscale: #787878. Windows color (decimal): -10188961 or 6260580. OLE color: 6260580.

HSL color Cylindrical-coordinate representation of color #64875F: hue angle of 112.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64875F is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 95 -
CMYK 0.26 0 0.30 0.47
HSL 112.5º 0.17% 0.45% -
HSV(B) 112.5º 0.3% 0.53% -
XYZ 15.99 20.86 14.01 -
YUV 119.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 100 135 95 0.26 0 0.30 0.47 112.5 0.17 0.45
Hex 64 87 5F 1A 0 1E 2F 70 11 2D
Octal 144 207 137 32 0 36 57 160 21 55
Binary 1100100 10000111 1011111 11010 0 11110 101111 1110000 10001 101101

Color Harmonies of #64875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64875F

Black with #64875F

Text Example


Text Example

White with #64875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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