#72AF55

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

Shades of Apple #72AF55

Tints of Apple #72AF55

Color information

#72AF55 (or 0x72AF55) is unknown color: approx Apple. HEX triplet: 72, AF and 55. RGB value is (114,175,85). Sum of RGB (Red+Green+Blue) = 114+175+85=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AF55 is #8D50AA. Grayscale: #929292. Windows color (decimal): -9261227 or 5615474. OLE color: 5615474.

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

Color convert

RGB11417585-
CMYK0.3500.510.31
HSL100.67º36%50.98%-
HSV(B)100.67º51.43%68.63%-
XYZ23.9134.8914.07-
YUV146.593.29104.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=30.48%
G=46.79%
B=22.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114175850.3500.510.31100.673650.98
Hex72AF55230331F652433
Octal16225712543063371454463
Binary11100101010111110101011000110110011111111100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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