#5FA677

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

Shades of Oxley #5FA677

Tints of Oxley #5FA677

Color information

#5FA677 (or 0x5FA677) is unknown color: approx Oxley. HEX triplet: 5F, A6 and 77. RGB value is (95,166,119). Sum of RGB (Red+Green+Blue) = 95+166+119=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA677 is #A05988. Grayscale: #8B8B8B. Windows color (decimal): -10508681 or 7841375. OLE color: 7841375.

HSL color Cylindrical-coordinate representation of color #5FA677: hue angle of 140.28º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA677 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB95166119-
CMYK0.4300.280.35
HSL140.28º28.51%51.18%-
HSV(B)140.28º42.77%65.1%-
XYZ21.6931.0422.3-
YUV139.41116.4896.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 43.68%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=25%
G=43.68%
B=31.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951661190.4300.280.35140.2828.5151.18
Hex5FA6772B01C238c1d33
Octal13724616753034432143563
Binary10111111010011011101111010110111001000111000110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,119); }

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

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

 a { background-color: rgb(95,166,119); }

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

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

 span { border-color: rgb(95,166,119); }

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