#5F906C

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

Shades of Oxley #5F906C

Tints of Oxley #5F906C

Color information

#5F906C (or 0x5F906C) is unknown color: approx Oxley. HEX triplet: 5F, 90 and 6C. RGB value is (95,144,108). Sum of RGB (Red+Green+Blue) = 95+144+108=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #5F906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F906C is #A06F93. Grayscale: #7D7D7D. Windows color (decimal): -10514324 or 7114847. OLE color: 7114847.

HSL color Cylindrical-coordinate representation of color #5F906C: hue angle of 135.92º 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 #5F906C is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB95144108-
CMYK0.3400.250.44
HSL135.92º20.5%46.86%-
HSV(B)135.92º34.03%56.47%-
XYZ17.423.4617.8-
YUV125.24118.27106.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=27.38%
G=41.50%
B=31.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441080.3400.250.44135.9220.546.86
Hex5F906C220192C88152f
Octal13722015442031542102557
Binary10111111001000011011001000100110011011001000100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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