#5A946E

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

Shades of Oxley #5A946E

Tints of Oxley #5A946E

Color information

#5A946E (or 0x5A946E) is unknown color: approx Oxley. HEX triplet: 5A, 94 and 6E. RGB value is (90,148,110). Sum of RGB (Red+Green+Blue) = 90+148+110=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #5A946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A946E is #A56B91. Grayscale: #7E7E7E. Windows color (decimal): -10840978 or 7246938. OLE color: 7246938.

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

Color convert

RGB90148110-
CMYK0.3900.260.42
HSL140.69º24.37%46.67%-
HSV(B)140.69º39.19%58.04%-
XYZ17.6224.4818.55-
YUV126.33118.78102.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.86%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=25.86%
G=42.53%
B=31.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901481100.3900.260.42140.6924.3746.67
Hex5A946E2701A2A8d182f
Octal13222415647032522153057
Binary10110101001010011011101001110110101010101000110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,110); }

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

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

 a { background-color: rgb(90,148,110); }

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

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

 span { border-color: rgb(90,148,110); }

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