Html Css Color HEX #5D764F Glade Green

📋 copy color: '#5D764F'

red 93 ◦ green 118 ◦ blue 79

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

Shades of Glade Green #5D764F

Tints of Glade Green #5D764F

RGB

 RED value IS 93 (36.72% from 255) = 32.07%

 GREEN value IS 118 (46.48% from 255) = 40.69%

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

R = 32.07%
G = 40.69%
B = 27.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#5D764F (or 0x5D764F) is known color: Glade Green. HEX triplet: 5D, 76 and 4F. RGB value is (93,118,79). Sum of RGB (Red+Green+Blue) = 93+118+79=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #5D764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D764F is #A289B0. Grayscale: #6A6A6A. Windows color (decimal): -10652081 or 5207645. OLE color: 5207645.

HSL color Cylindrical-coordinate representation of color #5D764F: hue angle of 98.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D764F is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 118 79 -
CMYK 0.21 0 0.33 0.54
HSL 98.46º 0.2% 0.39% -
HSV(B) 98.46º 0.33% 0.46% -
XYZ 12.4 15.85 9.8 -
YUV 106.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 93 118 79 0.21 0 0.33 0.54 98.46 0.2 0.39
Hex 5D 76 4F 15 0 21 36 62 14 27
Octal 135 166 117 25 0 41 66 142 24 47
Binary 1011101 1110110 1001111 10101 0 100001 110110 1100010 10100 100111

Color Harmonies of #5D764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D764F

Black with #5D764F

Text Example


Text Example

White with #5D764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D764F; }

 p { color: rgb(93,118,79); }

 H1.HeaderClassName
 {
   color: #5D764F;
 }
 .AnyTagClassName
 {
   color: #5D764F;
 }
</style>

background-color css

<style>
 a { background-color: #5D764F; }

 a { background-color: rgb(93,118,79); }

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

border-color css

<style>
 span { border-color: #5D764F; }

 span { border-color: rgb(93,118,79); }

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