#5B906F

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

Shades of Oxley #5B906F

Tints of Oxley #5B906F

Color information

#5B906F (or 0x5B906F) is unknown color: approx Oxley. HEX triplet: 5B, 90 and 6F. RGB value is (91,144,111). Sum of RGB (Red+Green+Blue) = 91+144+111=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #5B906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B906F is #A46F90. Grayscale: #7C7C7C. Windows color (decimal): -10776465 or 7311451. OLE color: 7311451.

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

Color convert

RGB91144111-
CMYK0.3700.230.44
HSL142.64º22.55%46.08%-
HSV(B)142.64º36.81%56.47%-
XYZ17.1623.3218.64-
YUV124.39120.44104.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=26.30%
G=41.62%
B=32.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal911441110.3700.230.44142.6422.5546.08
Hex5B906F250172C8f172e
Octal13322015745027542172756
Binary10110111001000011011111001010101111011001000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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