#5A956D

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

Shades of Oxley #5A956D

Tints of Oxley #5A956D

Color information

#5A956D (or 0x5A956D) is unknown color: approx Oxley. HEX triplet: 5A, 95 and 6D. RGB value is (90,149,109). Sum of RGB (Red+Green+Blue) = 90+149+109=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #5A956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A956D is #A56A92. Grayscale: #7E7E7E. Windows color (decimal): -10840723 or 7181658. OLE color: 7181658.

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

Color convert

RGB90149109-
CMYK0.4000.270.42
HSL139.32º24.69%46.86%-
HSV(B)139.32º39.6%58.43%-
XYZ17.7224.7718.32-
YUV126.8117.95101.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.86%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=25.86%
G=42.82%
B=31.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491090.4000.270.42139.3224.6946.86
Hex5A956D2801B2A8b192f
Octal13222515550033522133157
Binary10110101001010111011011010000110111010101000101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,149,109); }

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

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

 a { background-color: rgb(90,149,109); }

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

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

 span { border-color: rgb(90,149,109); }

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