#59966D

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

Shades of Oxley #59966D

Tints of Oxley #59966D

Color information

#59966D (or 0x59966D) is unknown color: approx Oxley. HEX triplet: 59, 96 and 6D. RGB value is (89,150,109). Sum of RGB (Red+Green+Blue) = 89+150+109=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #59966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59966D is #A66992. Grayscale: #7F7F7F. Windows color (decimal): -10906003 or 7181913. OLE color: 7181913.

HSL color Cylindrical-coordinate representation of color #59966D: hue angle of 139.67º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59966D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB89150109-
CMYK0.4100.270.41
HSL139.67º25.52%46.86%-
HSV(B)139.67º40.67%58.82%-
XYZ17.7925.0418.36-
YUV127.09117.79100.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=25.57%
G=43.10%
B=31.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501090.4100.270.41139.6725.5246.86
Hex59966D2901B298c1a2f
Octal13122615551033512143257
Binary10110011001011011011011010010110111010011000110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59966D; }

 p { color: rgb(89,150,109); }

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

<style>
 a { background-color: #59966D; }

 a { background-color: rgb(89,150,109); }

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

<style>
 span { border-color: #59966D; }

 span { border-color: rgb(89,150,109); }

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