#72B64D

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

Shades of Apple #72B64D

Tints of Apple #72B64D

Color information

#72B64D (or 0x72B64D) is unknown color: approx Apple. HEX triplet: 72, B6 and 4D. RGB value is (114,182,77). Sum of RGB (Red+Green+Blue) = 114+182+77=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #72B64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B64D is #8D49B2. Grayscale: #969696. Windows color (decimal): -9259443 or 5092978. OLE color: 5092978.

HSL color Cylindrical-coordinate representation of color #72B64D: hue angle of 98.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72B64D is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB11418277-
CMYK0.3700.580.29
HSL98.86º41.83%50.78%-
HSV(B)98.86º57.69%71.37%-
XYZ25.0137.5712.95-
YUV149.786.97102.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 182 (71.48% from 255) = 48.79%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=30.56%
G=48.79%
B=20.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114182770.3700.580.2998.8641.8350.78
Hex72B64D2503A1D632a33
Octal16226611545072351435263
Binary11100101011011010011011001010111010111011100011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,182,77); }

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

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

 a { background-color: rgb(114,182,77); }

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

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

 span { border-color: rgb(114,182,77); }

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