#72A740

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

Shades of Apple #72A740

Tints of Apple #72A740

Color information

#72A740 (or 0x72A740) is unknown color: approx Apple. HEX triplet: 72, A7 and 40. RGB value is (114,167,64). Sum of RGB (Red+Green+Blue) = 114+167+64=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #72A740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A740 is #8D58BF. Grayscale: #8B8B8B. Windows color (decimal): -9263296 or 4237170. OLE color: 4237170.

HSL color Cylindrical-coordinate representation of color #72A740: hue angle of 90.87º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72A740 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB11416764-
CMYK0.3200.620.35
HSL90.87º44.59%45.29%-
HSV(B)90.87º61.68%65.49%-
XYZ21.6831.599.8-
YUV139.4185.44109.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 167 (65.62% from 255) = 48.41%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=33.04%
G=48.41%
B=18.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114167640.3200.620.3590.8744.5945.29
Hex72A7402003E235b2d2d
Octal16224710040076431335555
Binary111001010100111100000010000001111101000111011011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,167,64); }

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

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

 a { background-color: rgb(114,167,64); }

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

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

 span { border-color: rgb(114,167,64); }

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