#5F9373

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

Shades of Oxley #5F9373

Tints of Oxley #5F9373

Color information

#5F9373 (or 0x5F9373) is unknown color: approx Oxley. HEX triplet: 5F, 93 and 73. RGB value is (95,147,115). Sum of RGB (Red+Green+Blue) = 95+147+115=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9373 is #A06C8C. Grayscale: #7F7F7F. Windows color (decimal): -10513549 or 7574367. OLE color: 7574367.

HSL color Cylindrical-coordinate representation of color #5F9373: hue angle of 143.08º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9373 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB95147115-
CMYK0.3500.220.42
HSL143.08º21.49%47.45%-
HSV(B)143.08º35.37%57.65%-
XYZ18.2524.5419.99-
YUV127.8120.77104.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.61%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=26.61%
G=41.18%
B=32.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951471150.3500.220.42143.0821.4947.45
Hex5F9373230162A8f152f
Octal13722316343026522172557
Binary10111111001001111100111000110101101010101000111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,147,115); }

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

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

 a { background-color: rgb(95,147,115); }

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

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

 span { border-color: rgb(95,147,115); }

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