Html Css Color HEX #73B056 Apple

📋 copy color: '#73B056'

red 115 ◦ green 176 ◦ blue 86

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

Shades of Apple #73B056

Tints of Apple #73B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.68%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 30.5%
G = 46.68%
B = 22.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#73B056 (or 0x73B056) is known color: Apple. HEX triplet: 73, B0 and 56. RGB value is (115,176,86). Sum of RGB (Red+Green+Blue) = 115+176+86=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #73B056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B056 is #8C4FA9. Grayscale: #939393. Windows color (decimal): -9195434 or 5681267. OLE color: 5681267.

HSL color Cylindrical-coordinate representation of color #73B056: hue angle of 100.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73B056 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 176 86 -
CMYK 0.35 0 0.51 0.31
HSL 100.67º 0.36% 0.51% -
HSV(B) 100.67º 0.51% 0.69% -
XYZ 24.28 35.37 14.35 -
YUV 147.5 93.29 104.82 -
System Red Green Blue C M Y K H S L
Decimal 115 176 86 0.35 0 0.51 0.31 100.67 0.36 0.51
Hex 73 B0 56 23 0 33 1F 65 24 33
Octal 163 260 126 43 0 63 37 145 44 63
Binary 1110011 10110000 1010110 100011 0 110011 11111 1100101 100100 110011

Color Harmonies of #73B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B056

Black with #73B056

Text Example


Text Example

White with #73B056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,86); }

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

background-color css

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

 a { background-color: rgb(115,176,86); }

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

border-color css

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

 span { border-color: rgb(115,176,86); }

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