#72AD50

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

Shades of Apple #72AD50

Tints of Apple #72AD50

Color information

#72AD50 (or 0x72AD50) is unknown color: approx Apple. HEX triplet: 72, AD and 50. RGB value is (114,173,80). Sum of RGB (Red+Green+Blue) = 114+173+80=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD50 is #8D52AF. Grayscale: #919191. Windows color (decimal): -9261744 or 5287282. OLE color: 5287282.

HSL color Cylindrical-coordinate representation of color #72AD50: hue angle of 98.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72AD50 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB11417380-
CMYK0.3400.540.32
HSL98.06º36.76%49.61%-
HSV(B)98.06º53.76%67.84%-
XYZ23.3334.0412.93-
YUV144.7691.45106.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=31.06%
G=47.14%
B=21.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114173800.3400.540.3298.0636.7649.61
Hex72AD502203620622532
Octal16225512042066401424562
Binary111001010101101101000010001001101101000001100010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,80); }

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

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

 a { background-color: rgb(114,173,80); }

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

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

 span { border-color: rgb(114,173,80); }

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