Html Css Color HEX #64994F Hippie Green

📋 copy color: '#64994F'

red 100 ◦ green 153 ◦ blue 79

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

Shades of Hippie Green #64994F

Tints of Hippie Green #64994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.08%

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 30.12%
G = 46.08%
B = 23.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#64994F (or 0x64994F) is known color: Hippie Green. HEX triplet: 64, 99 and 4F. RGB value is (100,153,79). Sum of RGB (Red+Green+Blue) = 100+153+79=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #64994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64994F is #9B66B0. Grayscale: #808080. Windows color (decimal): -10184369 or 5216612. OLE color: 5216612.

HSL color Cylindrical-coordinate representation of color #64994F: hue angle of 102.97º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64994F is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 79 -
CMYK 0.35 0 0.48 0.4
HSL 102.97º 0.32% 0.45% -
HSV(B) 102.97º 0.48% 0.6% -
XYZ 18.06 26.06 11.47 -
YUV 128.72 99.94 107.52 -
System Red Green Blue C M Y K H S L
Decimal 100 153 79 0.35 0 0.48 0.4 102.97 0.32 0.45
Hex 64 99 4F 23 0 30 28 67 20 2D
Octal 144 231 117 43 0 60 50 147 40 55
Binary 1100100 10011001 1001111 100011 0 110000 101000 1100111 100000 101101

Color Harmonies of #64994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64994F

Black with #64994F

Text Example


Text Example

White with #64994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,153,79); }

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

background-color css

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

 a { background-color: rgb(100,153,79); }

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

border-color css

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

 span { border-color: rgb(100,153,79); }

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