#5E8F70

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

Shades of Oxley #5E8F70

Tints of Oxley #5E8F70

Color information

#5E8F70 (or 0x5E8F70) is unknown color: approx Oxley. HEX triplet: 5E, 8F and 70. RGB value is (94,143,112). Sum of RGB (Red+Green+Blue) = 94+143+112=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F70 is #A1708F. Grayscale: #7C7C7C. Windows color (decimal): -10580112 or 7376734. OLE color: 7376734.

HSL color Cylindrical-coordinate representation of color #5E8F70: hue angle of 142.04º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8F70 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB94143112-
CMYK0.3400.220.44
HSL142.04º20.68%46.47%-
HSV(B)142.04º34.27%56.08%-
XYZ17.3623.1918.89-
YUV124.81120.77106.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=26.93%
G=40.97%
B=32.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal941431120.3400.220.44142.0420.6846.47
Hex5E8F70220162C8e152e
Octal13621716042026542162556
Binary10111101000111111100001000100101101011001000111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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