#72B050

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

Shades of Apple #72B050

Tints of Apple #72B050

Color information

#72B050 (or 0x72B050) is unknown color: approx Apple. HEX triplet: 72, B0 and 50. RGB value is (114,176,80). Sum of RGB (Red+Green+Blue) = 114+176+80=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #72B050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B050 is #8D4FAF. Grayscale: #929292. Windows color (decimal): -9260976 or 5288050. OLE color: 5288050.

HSL color Cylindrical-coordinate representation of color #72B050: hue angle of 98.75º 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 #72B050 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB11417680-
CMYK0.3500.550.31
HSL98.75º37.8%50.2%-
HSV(B)98.75º54.55%69.02%-
XYZ23.9135.2113.12-
YUV146.5290.46104.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 176 (69.14% from 255) = 47.57%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=30.81%
G=47.57%
B=21.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114176800.3500.550.3198.7537.850.2
Hex72B050230371F632632
Octal16226012043067371434662
Binary11100101011000010100001000110110111111111100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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