#5E9B6E

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

Shades of Oxley #5E9B6E

Tints of Oxley #5E9B6E

Color information

#5E9B6E (or 0x5E9B6E) is unknown color: approx Oxley. HEX triplet: 5E, 9B and 6E. RGB value is (94,155,110). Sum of RGB (Red+Green+Blue) = 94+155+110=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B6E is #A16491. Grayscale: #838383. Windows color (decimal): -10577042 or 7248734. OLE color: 7248734.

HSL color Cylindrical-coordinate representation of color #5E9B6E: hue angle of 135.74º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9B6E is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB94155110-
CMYK0.3900.290.39
HSL135.74º24.5%48.82%-
HSV(B)135.74º39.35%60.78%-
XYZ19.1526.9518.94-
YUV131.63115.79101.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.18%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=26.18%
G=43.18%
B=30.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941551100.3900.290.39135.7424.548.82
Hex5E9B6E2701D27881831
Octal13623315647035472103061
Binary10111101001101111011101001110111011001111000100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,155,110); }

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

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

 a { background-color: rgb(94,155,110); }

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

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

 span { border-color: rgb(94,155,110); }

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