#73AF4F

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

Shades of Apple #73AF4F

Tints of Apple #73AF4F

Color information

#73AF4F (or 0x73AF4F) is unknown color: approx Apple. HEX triplet: 73, AF and 4F. RGB value is (115,175,79). Sum of RGB (Red+Green+Blue) = 115+175+79=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF4F is #8C50B0. Grayscale: #929292. Windows color (decimal): -9195697 or 5222259. OLE color: 5222259.

HSL color Cylindrical-coordinate representation of color #73AF4F: hue angle of 97.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73AF4F is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB11517579-
CMYK0.3400.550.31
HSL97.5º37.8%49.8%-
HSV(B)97.5º54.86%68.63%-
XYZ23.8134.8712.87-
YUV146.1290.12105.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=31.17%
G=47.43%
B=21.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115175790.3400.550.3197.537.849.8
Hex73AF4F220371F622632
Octal16325711742067371424662
Binary11100111010111110011111000100110111111111100010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AF4F; }

 p { color: rgb(115,175,79); }

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

<style>
 a { background-color: #73AF4F; }

 a { background-color: rgb(115,175,79); }

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

<style>
 span { border-color: #73AF4F; }

 span { border-color: rgb(115,175,79); }

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