#73B750

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

Shades of Apple #73B750

Tints of Apple #73B750

Color information

#73B750 (or 0x73B750) is unknown color: approx Apple. HEX triplet: 73, B7 and 50. RGB value is (115,183,80). Sum of RGB (Red+Green+Blue) = 115+183+80=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #73B750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B750 is #8C48AF. Grayscale: #979797. Windows color (decimal): -9193648 or 5289843. OLE color: 5289843.

HSL color Cylindrical-coordinate representation of color #73B750: hue angle of 99.61º 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 #73B750 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB11518380-
CMYK0.3700.560.28
HSL99.61º41.7%51.57%-
HSV(B)99.61º56.28%71.76%-
XYZ25.4538.0913.6-
YUV150.9387.97102.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=30.42%
G=48.41%
B=21.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal115183800.3700.560.2899.6141.751.57
Hex73B750250381C642a34
Octal16326712045070341445264
Binary11100111011011110100001001010111000111001100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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