#72AC4C

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

Shades of Apple #72AC4C

Tints of Apple #72AC4C

Color information

#72AC4C (or 0x72AC4C) is unknown color: approx Apple. HEX triplet: 72, AC and 4C. RGB value is (114,172,76). Sum of RGB (Red+Green+Blue) = 114+172+76=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AC4C is #8D53B3. Grayscale: #909090. Windows color (decimal): -9262004 or 5024882. OLE color: 5024882.

HSL color Cylindrical-coordinate representation of color #72AC4C: hue angle of 96.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72AC4C is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB11417276-
CMYK0.3400.560.33
HSL96.25º38.71%48.63%-
HSV(B)96.25º55.81%67.45%-
XYZ2333.612.11-
YUV143.7189.78106.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 172 (67.58% from 255) = 47.51%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=31.49%
G=47.51%
B=20.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114172760.3400.560.3396.2538.7148.63
Hex72AC4C2203821602731
Octal16225411442070411404761
Binary111001010101100100110010001001110001000011100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,172,76); }

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

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

 a { background-color: rgb(114,172,76); }

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

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

 span { border-color: rgb(114,172,76); }

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