#5E8E6F

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

Shades of Oxley #5E8E6F

Tints of Oxley #5E8E6F

Color information

#5E8E6F (or 0x5E8E6F) is unknown color: approx Oxley. HEX triplet: 5E, 8E and 6F. RGB value is (94,142,111). Sum of RGB (Red+Green+Blue) = 94+142+111=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8E6F is #A17190. Grayscale: #7C7C7C. Windows color (decimal): -10580369 or 7310942. OLE color: 7310942.

HSL color Cylindrical-coordinate representation of color #5E8E6F: hue angle of 141.25º degrees, saturation: 0.2, 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 #5E8E6F is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB94142111-
CMYK0.3400.220.44
HSL141.25º20.34%46.27%-
HSV(B)141.25º33.8%55.69%-
XYZ17.1622.8718.55-
YUV124.11120.6106.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=27.09%
G=40.92%
B=31.99%

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
Decimal941421110.3400.220.44141.2520.3446.27
Hex5E8E6F220162C8d142e
Octal13621615742026542152456
Binary10111101000111011011111000100101101011001000110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,142,111); }

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

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

 a { background-color: rgb(94,142,111); }

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

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

 span { border-color: rgb(94,142,111); }

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