Html Css Color HEX #5E7750 Glade Green

📋 copy color: '#5E7750'

red 94 ◦ green 119 ◦ blue 80

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

Shades of Glade Green #5E7750

Tints of Glade Green #5E7750

RGB

 RED value IS 94 (37.11% from 255) = 32.08%

 GREEN value IS 119 (46.88% from 255) = 40.61%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 32.08%
G = 40.61%
B = 27.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#5E7750 (or 0x5E7750) is known color: Glade Green. HEX triplet: 5E, 77 and 50. RGB value is (94,119,80). Sum of RGB (Red+Green+Blue) = 94+119+80=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7750 is #A188AF. Grayscale: #6B6B6B. Windows color (decimal): -10586288 or 5273438. OLE color: 5273438.

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

Color convert

RGB 94 119 80 -
CMYK 0.21 0 0.33 0.53
HSL 98.46º 0.2% 0.39% -
HSV(B) 98.46º 0.33% 0.47% -
XYZ 12.66 16.15 10.04 -
YUV 107.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 94 119 80 0.21 0 0.33 0.53 98.46 0.2 0.39
Hex 5E 77 50 15 0 21 35 62 14 27
Octal 136 167 120 25 0 41 65 142 24 47
Binary 1011110 1110111 1010000 10101 0 100001 110101 1100010 10100 100111

Color Harmonies of #5E7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7750

Black with #5E7750

Text Example


Text Example

White with #5E7750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,119,80); }

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

background-color css

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

 a { background-color: rgb(94,119,80); }

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

border-color css

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

 span { border-color: rgb(94,119,80); }

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