#5E9E6D

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

Shades of Oxley #5E9E6D

Tints of Oxley #5E9E6D

Color information

#5E9E6D (or 0x5E9E6D) is unknown color: approx Oxley. HEX triplet: 5E, 9E and 6D. RGB value is (94,158,109). Sum of RGB (Red+Green+Blue) = 94+158+109=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9E6D is #A16192. Grayscale: #858585. Windows color (decimal): -10576275 or 7183966. OLE color: 7183966.

HSL color Cylindrical-coordinate representation of color #5E9E6D: hue angle of 134.06º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9E6D is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB94158109-
CMYK0.4100.310.38
HSL134.06º25.4%49.41%-
HSV(B)134.06º40.51%61.96%-
XYZ19.627.9418.83-
YUV133.28114.399.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.04%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=26.04%
G=43.77%
B=30.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941581090.4100.310.38134.0625.449.41
Hex5E9E6D2901F26861931
Octal13623615551037462063161
Binary10111101001111011011011010010111111001101000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,158,109); }

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

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

 a { background-color: rgb(94,158,109); }

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

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

 span { border-color: rgb(94,158,109); }

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