#5E946B

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

Shades of Oxley #5E946B

Tints of Oxley #5E946B

Color information

#5E946B (or 0x5E946B) is unknown color: approx Oxley. HEX triplet: 5E, 94 and 6B. RGB value is (94,148,107). Sum of RGB (Red+Green+Blue) = 94+148+107=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #5E946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E946B is #A16B94. Grayscale: #7F7F7F. Windows color (decimal): -10578837 or 7050334. OLE color: 7050334.

HSL color Cylindrical-coordinate representation of color #5E946B: hue angle of 134.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E946B is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB94148107-
CMYK0.3600.280.42
HSL134.44º22.31%47.45%-
HSV(B)134.44º36.49%58.04%-
XYZ17.8624.6217.72-
YUV127.18116.61104.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=26.93%
G=42.41%
B=30.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941481070.3600.280.42134.4422.3147.45
Hex5E946B2401C2A86162f
Octal13622415344034522062657
Binary10111101001010011010111001000111001010101000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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