#72B750

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

Shades of Apple #72B750

Tints of Apple #72B750

Color information

#72B750 (or 0x72B750) is unknown color: approx Apple. HEX triplet: 72, B7 and 50. RGB value is (114,183,80). Sum of RGB (Red+Green+Blue) = 114+183+80=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #72B750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B750 is #8D48AF. Grayscale: #969696. Windows color (decimal): -9259184 or 5289842. OLE color: 5289842.

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

Color convert

RGB11418380-
CMYK0.3800.560.28
HSL100.19º41.7%51.57%-
HSV(B)100.19º56.28%71.76%-
XYZ25.3238.0213.59-
YUV150.6388.14101.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 80 (31.64% from 255) = 21.22%
R=30.24%
G=48.54%
B=21.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183800.3800.560.28100.1941.751.57
Hex72B750260381C642a34
Octal16226712046070341445264
Binary11100101011011110100001001100111000111001100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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