Html Css Color HEX #5E977E Patina

📋 copy color: '#5E977E'

red 94 ◦ green 151 ◦ blue 126

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

Shades of Patina #5E977E

Tints of Patina #5E977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 25.34%
G = 40.7%
B = 33.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#5E977E (or 0x5E977E) is known color: Patina. HEX triplet: 5E, 97 and 7E. RGB value is (94,151,126). Sum of RGB (Red+Green+Blue) = 94+151+126=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #5E977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E977E is #A16881. Grayscale: #838383. Windows color (decimal): -10578050 or 8296286. OLE color: 8296286.

HSL color Cylindrical-coordinate representation of color #5E977E: hue angle of 153.68º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E977E is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 151 126 -
CMYK 0.38 0 0.17 0.41
HSL 153.68º 0.23% 0.48% -
HSV(B) 153.68º 0.38% 0.59% -
XYZ 19.45 26.02 23.74 -
YUV 131.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 94 151 126 0.38 0 0.17 0.41 153.68 0.23 0.48
Hex 5E 97 7E 26 0 11 29 9A 17 30
Octal 136 227 176 46 0 21 51 232 27 60
Binary 1011110 10010111 1111110 100110 0 10001 101001 10011010 10111 110000

Color Harmonies of #5E977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E977E

Black with #5E977E

Text Example


Text Example

White with #5E977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,151,126); }

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

background-color css

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

 a { background-color: rgb(94,151,126); }

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

border-color css

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

 span { border-color: rgb(94,151,126); }

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