Html Css Color HEX #73B94D Apple

📋 copy color: '#73B94D'

red 115 ◦ green 185 ◦ blue 77

#73B94D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #73B94D

Tints of Apple #73B94D

RGB

 RED value IS 115 (45.31% from 255) = 30.5%

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 30.5%
G = 49.07%
B = 20.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#73B94D (or 0x73B94D) is known color: Apple. HEX triplet: 73, B9 and 4D. RGB value is (115,185,77). Sum of RGB (Red+Green+Blue) = 115+185+77=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #73B94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B94D is #8C46B2. Grayscale: #989898. Windows color (decimal): -9193139 or 5093747. OLE color: 5093747.

HSL color Cylindrical-coordinate representation of color #73B94D: hue angle of 98.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73B94D is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 185 77 -
CMYK 0.38 0 0.58 0.27
HSL 98.89º 0.44% 0.51% -
HSV(B) 98.89º 0.58% 0.73% -
XYZ 25.76 38.88 13.17 -
YUV 151.76 85.81 101.78 -
System Red Green Blue C M Y K H S L
Decimal 115 185 77 0.38 0 0.58 0.27 98.89 0.44 0.51
Hex 73 B9 4D 26 0 3A 1B 63 2C 33
Octal 163 271 115 46 0 72 33 143 54 63
Binary 1110011 10111001 1001101 100110 0 111010 11011 1100011 101100 110011

Color Harmonies of #73B94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B94D

Black with #73B94D

Text Example


Text Example

White with #73B94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,185,77); }

 H1.HeaderClassName
 {
   color: #73B94D;
 }
 .AnyTagClassName
 {
   color: #73B94D;
 }
</style>

background-color css

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

 a { background-color: rgb(115,185,77); }

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

border-color css

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

 span { border-color: rgb(115,185,77); }

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