#5E986B

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

Shades of Oxley #5E986B

Tints of Oxley #5E986B

Color information

#5E986B (or 0x5E986B) is unknown color: approx Oxley. HEX triplet: 5E, 98 and 6B. RGB value is (94,152,107). Sum of RGB (Red+Green+Blue) = 94+152+107=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #5E986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E986B is #A16794. Grayscale: #818181. Windows color (decimal): -10577813 or 7051358. OLE color: 7051358.

HSL color Cylindrical-coordinate representation of color #5E986B: hue angle of 133.45º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E986B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB94152107-
CMYK0.3800.300.40
HSL133.45º23.58%48.24%-
HSV(B)133.45º38.16%59.61%-
XYZ18.525.917.93-
YUV129.53115.28102.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.63%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=26.63%
G=43.06%
B=30.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941521070.3800.300.40133.4523.5848.24
Hex5E986B2601E28851830
Octal13623015346036502053060
Binary10111101001100011010111001100111101010001000010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,152,107); }

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

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

 a { background-color: rgb(94,152,107); }

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

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

 span { border-color: rgb(94,152,107); }

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