#5E946C

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

Shades of Oxley #5E946C

Tints of Oxley #5E946C

Color information

#5E946C (or 0x5E946C) is unknown color: approx Oxley. HEX triplet: 5E, 94 and 6C. RGB value is (94,148,108). Sum of RGB (Red+Green+Blue) = 94+148+108=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #5E946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E946C is #A16B93. Grayscale: #7F7F7F. Windows color (decimal): -10578836 or 7115870. OLE color: 7115870.

HSL color Cylindrical-coordinate representation of color #5E946C: hue angle of 135.56º 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 #5E946C is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB94148108-
CMYK0.3600.270.42
HSL135.56º22.31%47.45%-
HSV(B)135.56º36.49%58.04%-
XYZ17.9124.6418-
YUV127.29117.11104.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=26.86%
G=42.29%
B=30.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941481080.3600.270.42135.5622.3147.45
Hex5E946C2401B2A88162f
Octal13622415444033522102657
Binary10111101001010011011001001000110111010101000100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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