#5A936B

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

Shades of Oxley #5A936B

Tints of Oxley #5A936B

Color information

#5A936B (or 0x5A936B) is unknown color: approx Oxley. HEX triplet: 5A, 93 and 6B. RGB value is (90,147,107). Sum of RGB (Red+Green+Blue) = 90+147+107=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #5A936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A936B is #A56C94. Grayscale: #7D7D7D. Windows color (decimal): -10841237 or 7050074. OLE color: 7050074.

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

Color convert

RGB90147107-
CMYK0.3900.270.42
HSL137.89º24.05%46.47%-
HSV(B)137.89º38.78%57.65%-
XYZ17.324.117.65-
YUV125.4117.62102.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=26.16%
G=42.73%
B=31.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901471070.3900.270.42137.8924.0546.47
Hex5A936B2701B2A8a182e
Octal13222315347033522123056
Binary10110101001001111010111001110110111010101000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,147,107); }

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

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

 a { background-color: rgb(90,147,107); }

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

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

 span { border-color: rgb(90,147,107); }

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