#72B04A

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

Shades of Apple #72B04A

Tints of Apple #72B04A

Color information

#72B04A (or 0x72B04A) is unknown color: approx Apple. HEX triplet: 72, B0 and 4A. RGB value is (114,176,74). Sum of RGB (Red+Green+Blue) = 114+176+74=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #72B04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72B04A is #8D4FB5. Grayscale: #929292. Windows color (decimal): -9260982 or 4894834. OLE color: 4894834.

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

Color convert

RGB11417674-
CMYK0.3500.580.31
HSL96.47º40.8%49.02%-
HSV(B)96.47º57.95%69.02%-
XYZ23.735.1212.01-
YUV145.8387.46105.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 176 (69.14% from 255) = 48.35%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=31.32%
G=48.35%
B=20.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114176740.3500.580.3196.4740.849.02
Hex72B04A2303A1F602931
Octal16226011243072371405161
Binary11100101011000010010101000110111010111111100000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,176,74); }

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

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

 a { background-color: rgb(114,176,74); }

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

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

 span { border-color: rgb(114,176,74); }

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