#5FA072

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

Shades of Oxley #5FA072

Tints of Oxley #5FA072

Color information

#5FA072 (or 0x5FA072) is unknown color: approx Oxley. HEX triplet: 5F, A0 and 72. RGB value is (95,160,114). Sum of RGB (Red+Green+Blue) = 95+160+114=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA072 is #A05F8D. Grayscale: #878787. Windows color (decimal): -10510222 or 7512159. OLE color: 7512159.

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

Color convert

RGB95160114-
CMYK0.4100.290.37
HSL137.54º25.49%50%-
HSV(B)137.54º40.62%62.75%-
XYZ20.3328.7920.41-
YUV135.32115.9799.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=25.75%
G=43.36%
B=30.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal951601140.4100.290.37137.5425.4950
Hex5FA0722901D258a1932
Octal13724016251035452123162
Binary10111111010000011100101010010111011001011000101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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