#5E9D71

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

Shades of Oxley #5E9D71

Tints of Oxley #5E9D71

Color information

#5E9D71 (or 0x5E9D71) is unknown color: approx Oxley. HEX triplet: 5E, 9D and 71. RGB value is (94,157,113). Sum of RGB (Red+Green+Blue) = 94+157+113=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D71 is #A1628E. Grayscale: #858585. Windows color (decimal): -10576527 or 7445854. OLE color: 7445854.

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

Color convert

RGB94157113-
CMYK0.4000.280.38
HSL138.1º25.1%49.22%-
HSV(B)138.1º40.13%61.57%-
XYZ19.6527.6919.93-
YUV133.15116.63100.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.82%
GREEN value IS 157 (61.72% from 255) = 43.13%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=25.82%
G=43.13%
B=31.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941571130.4000.280.38138.125.149.22
Hex5E9D712801C268a1931
Octal13623516150034462123161
Binary10111101001110111100011010000111001001101000101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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