#5FA079

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

Shades of Oxley #5FA079

Tints of Oxley #5FA079

Color information

#5FA079 (or 0x5FA079) is unknown color: approx Oxley. HEX triplet: 5F, A0 and 79. RGB value is (95,160,121). Sum of RGB (Red+Green+Blue) = 95+160+121=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA079 is #A05F86. Grayscale: #888888. Windows color (decimal): -10510215 or 7970911. OLE color: 7970911.

HSL color Cylindrical-coordinate representation of color #5FA079: hue angle of 144º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA079 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB95160121-
CMYK0.4100.240.37
HSL144º25.49%50%-
HSV(B)144º40.62%62.75%-
XYZ20.7428.9522.58-
YUV136.12119.4798.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 160 (62.89% from 255) = 42.55%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=25.27%
G=42.55%
B=32.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal951601210.4100.240.3714425.4950
Hex5FA0792901825901932
Octal13724017151030452203162
Binary10111111010000011110011010010110001001011001000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,160,121); }

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

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

 a { background-color: rgb(95,160,121); }

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

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

 span { border-color: rgb(95,160,121); }

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