#5F9072

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

Shades of Oxley #5F9072

Tints of Oxley #5F9072

Color information

#5F9072 (or 0x5F9072) is unknown color: approx Oxley. HEX triplet: 5F, 90 and 72. RGB value is (95,144,114). Sum of RGB (Red+Green+Blue) = 95+144+114=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9072 is #A06F8D. Grayscale: #7E7E7E. Windows color (decimal): -10514318 or 7508063. OLE color: 7508063.

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

Color convert

RGB95144114-
CMYK0.3400.210.44
HSL143.27º20.5%46.86%-
HSV(B)143.27º34.03%56.47%-
XYZ17.7323.5919.54-
YUV125.93121.27105.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.91%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=26.91%
G=40.79%
B=32.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441140.3400.210.44143.2720.546.86
Hex5F9072220152C8f152f
Octal13722016242025542172557
Binary10111111001000011100101000100101011011001000111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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