#72B755

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

Shades of Apple #72B755

Tints of Apple #72B755

Color information

#72B755 (or 0x72B755) is unknown color: approx Apple. HEX triplet: 72, B7 and 55. RGB value is (114,183,85). Sum of RGB (Red+Green+Blue) = 114+183+85=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #72B755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B755 is #8D48AA. Grayscale: #979797. Windows color (decimal): -9259179 or 5617522. OLE color: 5617522.

HSL color Cylindrical-coordinate representation of color #72B755: hue angle of 102.24º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72B755 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB11418385-
CMYK0.3800.540.28
HSL102.24º40.5%52.55%-
HSV(B)102.24º53.55%71.76%-
XYZ25.5138.114.6-
YUV151.290.64101.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 183 (71.88% from 255) = 47.91%
BLUE value IS 85 (33.59% from 255) = 22.25%
R=29.84%
G=47.91%
B=22.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183850.3800.540.28102.2440.552.55
Hex72B755260361C662835
Octal16226712546066341465065
Binary11100101011011110101011001100110110111001100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,183,85); }

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

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

 a { background-color: rgb(114,183,85); }

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

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

 span { border-color: rgb(114,183,85); }

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