Html Css Color HEX #5E9D7F Patina

📋 copy color: '#5E9D7F'

red 94 ◦ green 157 ◦ blue 127

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

Shades of Patina #5E9D7F

Tints of Patina #5E9D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 24.87%
G = 41.53%
B = 33.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#5E9D7F (or 0x5E9D7F) is known color: Patina. HEX triplet: 5E, 9D and 7F. RGB value is (94,157,127). Sum of RGB (Red+Green+Blue) = 94+157+127=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D7F is #A16280. Grayscale: #868686. Windows color (decimal): -10576513 or 8363358. OLE color: 8363358.

HSL color Cylindrical-coordinate representation of color #5E9D7F: hue angle of 151.43º 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 #5E9D7F is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 157 127 -
CMYK 0.40 0 0.19 0.38
HSL 151.43º 0.25% 0.49% -
HSV(B) 151.43º 0.4% 0.62% -
XYZ 20.5 28.03 24.41 -
YUV 134.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 94 157 127 0.40 0 0.19 0.38 151.43 0.25 0.49
Hex 5E 9D 7F 28 0 13 26 97 19 31
Octal 136 235 177 50 0 23 46 227 31 61
Binary 1011110 10011101 1111111 101000 0 10011 100110 10010111 11001 110001

Color Harmonies of #5E9D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9D7F

Black with #5E9D7F

Text Example


Text Example

White with #5E9D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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