#5B916F

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

Shades of Oxley #5B916F

Tints of Oxley #5B916F

Color information

#5B916F (or 0x5B916F) is unknown color: approx Oxley. HEX triplet: 5B, 91 and 6F. RGB value is (91,145,111). Sum of RGB (Red+Green+Blue) = 91+145+111=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #5B916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B916F is #A46E90. Grayscale: #7D7D7D. Windows color (decimal): -10776209 or 7311707. OLE color: 7311707.

HSL color Cylindrical-coordinate representation of color #5B916F: hue angle of 142.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B916F is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB91145111-
CMYK0.3700.230.43
HSL142.22º22.88%46.27%-
HSV(B)142.22º37.24%56.86%-
XYZ17.3123.6218.69-
YUV124.98120.11103.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=26.22%
G=41.79%
B=31.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451110.3700.230.43142.2222.8846.27
Hex5B916F250172B8e172e
Octal13322115745027532162756
Binary10110111001000111011111001010101111010111000111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,111); }

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

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

 a { background-color: rgb(91,145,111); }

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

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

 span { border-color: rgb(91,145,111); }

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