#72c64a

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

Shades of Apple #72C64A

Tints of Apple #72C64A

Color information

#72C64A (or 0x72C64A) is unknown color: approx Apple. HEX triplet: 72, C6 and 4A. RGB value is (114,198,74). Sum of RGB (Red+Green+Blue) = 114+198+74=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #72C64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C64A is #8D39B5. Grayscale: #9F9F9F. Windows color (decimal): -9255350 or 4900466. OLE color: 4900466.

HSL color Cylindrical-coordinate representation of color #72C64A: hue angle of 100.65º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72C64A is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB11419874-
CMYK0.4200.630.22
HSL100.65º52.1%53.33%-
HSV(B)100.65º62.63%77.65%-
XYZ28.3744.4613.56-
YUV158.7580.1796.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 198 (77.73% from 255) = 51.30%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=29.53%
G=51.30%
B=19.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114198740.4200.630.22100.6552.153.33
Hex72C64A2A03F16653435
Octal16230611252077261456465
Binary11100101100011010010101010100111111101101100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72c64a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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