Html Css Color HEX #64864D Glade Green

📋 copy color: '#64864D'

red 100 ◦ green 134 ◦ blue 77

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

Shades of Glade Green #64864D

Tints of Glade Green #64864D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 32.15%
G = 43.09%
B = 24.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#64864D (or 0x64864D) is known color: Glade Green. HEX triplet: 64, 86 and 4D. RGB value is (100,134,77). Sum of RGB (Red+Green+Blue) = 100+134+77=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #64864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64864D is #9B79B2. Grayscale: #757575. Windows color (decimal): -10189235 or 5080676. OLE color: 5080676.

HSL color Cylindrical-coordinate representation of color #64864D: hue angle of 95.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64864D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 77 -
CMYK 0.25 0 0.43 0.47
HSL 95.79º 0.27% 0.41% -
HSV(B) 95.79º 0.43% 0.53% -
XYZ 15.12 20.3 10.14 -
YUV 117.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 100 134 77 0.25 0 0.43 0.47 95.79 0.27 0.41
Hex 64 86 4D 19 0 2B 2F 60 1B 29
Octal 144 206 115 31 0 53 57 140 33 51
Binary 1100100 10000110 1001101 11001 0 101011 101111 1100000 11011 101001

Color Harmonies of #64864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64864D

Black with #64864D

Text Example


Text Example

White with #64864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64864D; }

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

 H1.HeaderClassName
 {
   color: #64864D;
 }
 .AnyTagClassName
 {
   color: #64864D;
 }
</style>

background-color css

<style>
 a { background-color: #64864D; }

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

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

border-color css

<style>
 span { border-color: #64864D; }

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

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