#5E9370

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

Shades of Oxley #5E9370

Tints of Oxley #5E9370

Color information

#5E9370 (or 0x5E9370) is unknown color: approx Oxley. HEX triplet: 5E, 93 and 70. RGB value is (94,147,112). Sum of RGB (Red+Green+Blue) = 94+147+112=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9370 is #A16C8F. Grayscale: #7F7F7F. Windows color (decimal): -10579088 or 7377758. OLE color: 7377758.

HSL color Cylindrical-coordinate representation of color #5E9370: hue angle of 140.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9370 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB94147112-
CMYK0.3600.240.42
HSL140.38º21.99%47.25%-
HSV(B)140.38º36.05%57.65%-
XYZ17.9724.4219.09-
YUV127.16119.44104.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.63%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=26.63%
G=41.64%
B=31.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941471120.3600.240.42140.3821.9947.25
Hex5E9370240182A8c162f
Octal13622316044030522142657
Binary10111101001001111100001001000110001010101000110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,147,112); }

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

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

 a { background-color: rgb(94,147,112); }

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

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

 span { border-color: rgb(94,147,112); }

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