Html Css Color HEX #5E917E Patina

📋 copy color: '#5E917E'

red 94 ◦ green 145 ◦ blue 126

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

Shades of Patina #5E917E

Tints of Patina #5E917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 25.75%
G = 39.73%
B = 34.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#5E917E (or 0x5E917E) is known color: Patina. HEX triplet: 5E, 91 and 7E. RGB value is (94,145,126). Sum of RGB (Red+Green+Blue) = 94+145+126=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #5E917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E917E is #A16E81. Grayscale: #7F7F7F. Windows color (decimal): -10579586 or 8294750. OLE color: 8294750.

HSL color Cylindrical-coordinate representation of color #5E917E: hue angle of 157.65º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E917E is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 126 -
CMYK 0.35 0 0.13 0.43
HSL 157.65º 0.21% 0.47% -
HSV(B) 157.65º 0.35% 0.57% -
XYZ 18.51 24.14 23.42 -
YUV 127.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 94 145 126 0.35 0 0.13 0.43 157.65 0.21 0.47
Hex 5E 91 7E 23 0 D 2B 9E 15 2F
Octal 136 221 176 43 0 15 53 236 25 57
Binary 1011110 10010001 1111110 100011 0 1101 101011 10011110 10101 101111

Color Harmonies of #5E917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E917E

Black with #5E917E

Text Example


Text Example

White with #5E917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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