#5F906E

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

Shades of Oxley #5F906E

Tints of Oxley #5F906E

Color information

#5F906E (or 0x5F906E) is unknown color: approx Oxley. HEX triplet: 5F, 90 and 6E. RGB value is (95,144,110). Sum of RGB (Red+Green+Blue) = 95+144+110=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #5F906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F906E is #A06F91. Grayscale: #7D7D7D. Windows color (decimal): -10514322 or 7245919. OLE color: 7245919.

HSL color Cylindrical-coordinate representation of color #5F906E: hue angle of 138.37º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F906E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB95144110-
CMYK0.3400.240.44
HSL138.37º20.5%46.86%-
HSV(B)138.37º34.03%56.47%-
XYZ17.5123.5118.37-
YUV125.47119.27106.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=27.22%
G=41.26%
B=31.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441100.3400.240.44138.3720.546.86
Hex5F906E220182C8a152f
Octal13722015642030542122557
Binary10111111001000011011101000100110001011001000101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,144,110); }

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

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

 a { background-color: rgb(95,144,110); }

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

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

 span { border-color: rgb(95,144,110); }

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