#5B986D

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

Shades of Oxley #5B986D

Tints of Oxley #5B986D

Color information

#5B986D (or 0x5B986D) is unknown color: approx Oxley. HEX triplet: 5B, 98 and 6D. RGB value is (91,152,109). Sum of RGB (Red+Green+Blue) = 91+152+109=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #5B986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B986D is #A46792. Grayscale: #808080. Windows color (decimal): -10774419 or 7182427. OLE color: 7182427.

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

Color convert

RGB91152109-
CMYK0.4000.280.40
HSL137.7º25.1%47.65%-
HSV(B)137.7º40.13%59.61%-
XYZ18.325.7818.48-
YUV128.86116.79101-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.85%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=25.85%
G=43.18%
B=30.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal911521090.4000.280.40137.725.147.65
Hex5B986D2801C288a1930
Octal13323015550034502123160
Binary10110111001100011011011010000111001010001000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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