#5FA746

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

Shades of Apple #5FA746

Tints of Apple #5FA746

Color information

#5FA746 (or 0x5FA746) is unknown color: approx Apple. HEX triplet: 5F, A7 and 46. RGB value is (95,167,70). Sum of RGB (Red+Green+Blue) = 95+167+70=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA746 is #A058B9. Grayscale: #868686. Windows color (decimal): -10508474 or 4630367. OLE color: 4630367.

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

Color convert

RGB9516770-
CMYK0.4300.580.35
HSL104.54º40.93%46.47%-
HSV(B)104.54º58.08%65.49%-
XYZ19.6430.5110.65-
YUV134.4191.6599.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.61%
GREEN value IS 167 (65.62% from 255) = 50.30%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=28.61%
G=50.30%
B=21.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95167700.4300.580.35104.5440.9346.47
Hex5FA7462B03A2369292e
Octal13724710653072431515156
Binary101111110100111100011010101101110101000111101001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,167,70); }

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

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

 a { background-color: rgb(95,167,70); }

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

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

 span { border-color: rgb(95,167,70); }

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