#59946a

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

Shades of Oxley #59946A

Tints of Oxley #59946A

Color information

#59946A (or 0x59946A) is unknown color: approx Oxley. HEX triplet: 59, 94 and 6A. RGB value is (89,148,106). Sum of RGB (Red+Green+Blue) = 89+148+106=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #59946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59946A is #A66B95. Grayscale: #7D7D7D. Windows color (decimal): -10906518 or 6984793. OLE color: 6984793.

HSL color Cylindrical-coordinate representation of color #59946A: hue angle of 137.29º 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 #59946A is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB89148106-
CMYK0.4000.280.42
HSL137.29º24.89%46.47%-
HSV(B)137.29º39.86%58.04%-
XYZ17.3124.3417.42-
YUV125.57116.95101.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=25.95%
G=43.15%
B=30.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481060.4000.280.42137.2924.8946.47
Hex59946A2801C2A89192e
Octal13122415250034522113156
Binary10110011001010011010101010000111001010101000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59946a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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