#5FA073

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

Shades of Oxley #5FA073

Tints of Oxley #5FA073

Color information

#5FA073 (or 0x5FA073) is unknown color: approx Oxley. HEX triplet: 5F, A0 and 73. RGB value is (95,160,115). Sum of RGB (Red+Green+Blue) = 95+160+115=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA073 is #A05F8C. Grayscale: #878787. Windows color (decimal): -10510221 or 7577695. OLE color: 7577695.

HSL color Cylindrical-coordinate representation of color #5FA073: hue angle of 138.46º 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 #5FA073 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB95160115-
CMYK0.4100.280.37
HSL138.46º25.49%50%-
HSV(B)138.46º40.62%62.75%-
XYZ20.3828.8120.71-
YUV135.44116.4799.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=25.68%
G=43.24%
B=31.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal951601150.4100.280.37138.4625.4950
Hex5FA0732901C258a1932
Octal13724016351034452123162
Binary10111111010000011100111010010111001001011000101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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