Html Css Color HEX #5E9D7D Patina

📋 copy color: '#5E9D7D'

red 94 ◦ green 157 ◦ blue 125

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

Shades of Patina #5E9D7D

Tints of Patina #5E9D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 25%
G = 41.76%
B = 33.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#5E9D7D (or 0x5E9D7D) is known color: Patina. HEX triplet: 5E, 9D and 7D. RGB value is (94,157,125). Sum of RGB (Red+Green+Blue) = 94+157+125=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D7D is #A16282. Grayscale: #868686. Windows color (decimal): -10576515 or 8232286. OLE color: 8232286.

HSL color Cylindrical-coordinate representation of color #5E9D7D: hue angle of 149.52º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9D7D is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 157 125 -
CMYK 0.40 0 0.20 0.38
HSL 149.52º 0.25% 0.49% -
HSV(B) 149.52º 0.4% 0.62% -
XYZ 20.37 27.97 23.73 -
YUV 134.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 94 157 125 0.40 0 0.20 0.38 149.52 0.25 0.49
Hex 5E 9D 7D 28 0 14 26 96 19 31
Octal 136 235 175 50 0 24 46 226 31 61
Binary 1011110 10011101 1111101 101000 0 10100 100110 10010110 11001 110001

Color Harmonies of #5E9D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9D7D

Black with #5E9D7D

Text Example


Text Example

White with #5E9D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,157,125); }

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

background-color css

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

 a { background-color: rgb(94,157,125); }

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

border-color css

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

 span { border-color: rgb(94,157,125); }

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