#59946F

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

Shades of Oxley #59946F

Tints of Oxley #59946F

Color information

#59946F (or 0x59946F) is unknown color: approx Oxley. HEX triplet: 59, 94 and 6F. RGB value is (89,148,111). Sum of RGB (Red+Green+Blue) = 89+148+111=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #59946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59946F is #A66B90. Grayscale: #7E7E7E. Windows color (decimal): -10906513 or 7312473. OLE color: 7312473.

HSL color Cylindrical-coordinate representation of color #59946F: hue angle of 142.37º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59946F is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB89148111-
CMYK0.4000.250.42
HSL142.37º24.89%46.47%-
HSV(B)142.37º39.86%58.04%-
XYZ17.5824.4518.83-
YUV126.14119.45101.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=25.57%
G=42.53%
B=31.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481110.4000.250.42142.3724.8946.47
Hex59946F280192A8e192e
Octal13122415750031522163156
Binary10110011001010011011111010000110011010101000111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59946F; }

 p { color: rgb(89,148,111); }

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

<style>
 a { background-color: #59946F; }

 a { background-color: rgb(89,148,111); }

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

<style>
 span { border-color: #59946F; }

 span { border-color: rgb(89,148,111); }

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