Html Css Color HEX #64864F Glade Green

📋 copy color: '#64864F'

red 100 ◦ green 134 ◦ blue 79

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

Shades of Glade Green #64864F

Tints of Glade Green #64864F

RGB

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

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

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

R = 31.95%
G = 42.81%
B = 25.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#64864F (or 0x64864F) is known color: Glade Green. HEX triplet: 64, 86 and 4F. RGB value is (100,134,79). Sum of RGB (Red+Green+Blue) = 100+134+79=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #64864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64864F is #9B79B0. Grayscale: #757575. Windows color (decimal): -10189233 or 5211748. OLE color: 5211748.

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

Color convert

RGB 100 134 79 -
CMYK 0.25 0 0.41 0.47
HSL 97.09º 0.26% 0.42% -
HSV(B) 97.09º 0.41% 0.53% -
XYZ 15.19 20.32 10.52 -
YUV 117.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 100 134 79 0.25 0 0.41 0.47 97.09 0.26 0.42
Hex 64 86 4F 19 0 29 2F 61 1A 2A
Octal 144 206 117 31 0 51 57 141 32 52
Binary 1100100 10000110 1001111 11001 0 101001 101111 1100001 11010 101010

Color Harmonies of #64864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64864F

Black with #64864F

Text Example


Text Example

White with #64864F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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