#72B150

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

Shades of Apple #72B150

Tints of Apple #72B150

Color information

#72B150 (or 0x72B150) is unknown color: approx Apple. HEX triplet: 72, B1 and 50. RGB value is (114,177,80). Sum of RGB (Red+Green+Blue) = 114+177+80=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #72B150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B150 is #8D4EAF. Grayscale: #939393. Windows color (decimal): -9260720 or 5288306. OLE color: 5288306.

HSL color Cylindrical-coordinate representation of color #72B150: hue angle of 98.97º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72B150 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB11417780-
CMYK0.3600.550.31
HSL98.97º38.34%50.39%-
HSV(B)98.97º54.8%69.41%-
XYZ24.1135.613.19-
YUV147.1190.13104.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=30.73%
G=47.71%
B=21.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114177800.3600.550.3198.9738.3450.39
Hex72B150240371F632632
Octal16226112044067371434662
Binary11100101011000110100001001000110111111111100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,177,80); }

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

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

 a { background-color: rgb(114,177,80); }

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

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

 span { border-color: rgb(114,177,80); }

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