#5EA673

Color #5EA673 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5EA673

Tints of Oxley #5EA673

Color information

#5EA673 (or 0x5EA673) is unknown color: approx Oxley. HEX triplet: 5E, A6 and 73. RGB value is (94,166,115). Sum of RGB (Red+Green+Blue) = 94+166+115=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA673 is #A1598C. Grayscale: #8A8A8A. Windows color (decimal): -10574221 or 7579230. OLE color: 7579230.

HSL color Cylindrical-coordinate representation of color #5EA673: hue angle of 137.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA673 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB94166115-
CMYK0.4300.310.35
HSL137.5º28.8%50.98%-
HSV(B)137.5º43.37%65.1%-
XYZ21.3530.8921.06-
YUV138.66114.6596.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.07%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=25.07%
G=44.27%
B=30.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941661150.4300.310.35137.528.850.98
Hex5EA6732B01F238a1d33
Octal13624616353037432123563
Binary10111101010011011100111010110111111000111000101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,166,115); }

 H1.HeaderClassName
 {
   color: #5EA673;
 }
 .AnyTagClassName
 {
   color: #5EA673;
 }
</style>
background-color css

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

 a { background-color: rgb(94,166,115); }

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

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

 span { border-color: rgb(94,166,115); }

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