Html Css Color HEX #64964F Glade Green

📋 copy color: '#64964F'

red 100 ◦ green 150 ◦ blue 79

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

Shades of Glade Green #64964F

Tints of Glade Green #64964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

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

R = 30.4%
G = 45.59%
B = 24.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#64964F (or 0x64964F) is known color: Glade Green. HEX triplet: 64, 96 and 4F. RGB value is (100,150,79). Sum of RGB (Red+Green+Blue) = 100+150+79=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #64964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64964F is #9B69B0. Grayscale: #7F7F7F. Windows color (decimal): -10185137 or 5215844. OLE color: 5215844.

HSL color Cylindrical-coordinate representation of color #64964F: hue angle of 102.25º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64964F is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 79 -
CMYK 0.33 0 0.47 0.41
HSL 102.25º 0.31% 0.45% -
HSV(B) 102.25º 0.47% 0.59% -
XYZ 17.57 25.09 11.31 -
YUV 126.96 100.94 108.77 -
System Red Green Blue C M Y K H S L
Decimal 100 150 79 0.33 0 0.47 0.41 102.25 0.31 0.45
Hex 64 96 4F 21 0 2F 29 66 1F 2D
Octal 144 226 117 41 0 57 51 146 37 55
Binary 1100100 10010110 1001111 100001 0 101111 101001 1100110 11111 101101

Color Harmonies of #64964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64964F

Black with #64964F

Text Example


Text Example

White with #64964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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