Html Css Color HEX #5E8B7F Patina

📋 copy color: '#5E8B7F'

red 94 ◦ green 139 ◦ blue 127

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

Shades of Patina #5E8B7F

Tints of Patina #5E8B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

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

R = 26.11%
G = 38.61%
B = 35.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#5E8B7F (or 0x5E8B7F) is known color: Patina. HEX triplet: 5E, 8B and 7F. RGB value is (94,139,127). Sum of RGB (Red+Green+Blue) = 94+139+127=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8B7F is #A17480. Grayscale: #7C7C7C. Windows color (decimal): -10581121 or 8358750. OLE color: 8358750.

HSL color Cylindrical-coordinate representation of color #5E8B7F: hue angle of 164º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E8B7F is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 139 127 -
CMYK 0.32 0 0.09 0.45
HSL 164º 0.19% 0.46% -
HSV(B) 164º 0.32% 0.55% -
XYZ 17.68 22.38 23.47 -
YUV 124.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 94 139 127 0.32 0 0.09 0.45 164 0.19 0.46
Hex 5E 8B 7F 20 0 9 2D A4 13 2E
Octal 136 213 177 40 0 11 55 244 23 56
Binary 1011110 10001011 1111111 100000 0 1001 101101 10100100 10011 101110

Color Harmonies of #5E8B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8B7F

Black with #5E8B7F

Text Example


Text Example

White with #5E8B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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