#5A986D

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

Shades of Oxley #5A986D

Tints of Oxley #5A986D

Color information

#5A986D (or 0x5A986D) is unknown color: approx Oxley. HEX triplet: 5A, 98 and 6D. RGB value is (90,152,109). Sum of RGB (Red+Green+Blue) = 90+152+109=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #5A986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A986D is #A56792. Grayscale: #808080. Windows color (decimal): -10839955 or 7182426. OLE color: 7182426.

HSL color Cylindrical-coordinate representation of color #5A986D: hue angle of 138.39º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A986D is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB90152109-
CMYK0.4100.280.40
HSL138.39º25.62%47.45%-
HSV(B)138.39º40.79%59.61%-
XYZ18.2125.7318.48-
YUV128.56116.96100.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 152 (59.77% from 255) = 43.30%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=25.64%
G=43.30%
B=31.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal901521090.4100.280.40138.3925.6247.45
Hex5A986D2901C288a1a2f
Octal13223015551034502123257
Binary10110101001100011011011010010111001010001000101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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