#72AF5A

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

Shades of Apple #72AF5A

Tints of Apple #72AF5A

Color information

#72AF5A (or 0x72AF5A) is unknown color: approx Apple. HEX triplet: 72, AF and 5A. RGB value is (114,175,90). Sum of RGB (Red+Green+Blue) = 114+175+90=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AF5A is #8D50A5. Grayscale: #939393. Windows color (decimal): -9261222 or 5943154. OLE color: 5943154.

HSL color Cylindrical-coordinate representation of color #72AF5A: hue angle of 103.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72AF5A is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB11417590-
CMYK0.3500.490.31
HSL103.06º34.69%51.96%-
HSV(B)103.06º48.57%68.63%-
XYZ24.1134.9815.15-
YUV147.0795.79104.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=30.08%
G=46.17%
B=23.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114175900.3500.490.31103.0634.6951.96
Hex72AF5A230311F672334
Octal16225713243061371474364
Binary11100101010111110110101000110110001111111100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AF5A; }

 p { color: rgb(114,175,90); }

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

<style>
 a { background-color: #72AF5A; }

 a { background-color: rgb(114,175,90); }

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

<style>
 span { border-color: #72AF5A; }

 span { border-color: rgb(114,175,90); }

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