Html Css Color HEX #73B780 Bay Leaf

📋 copy color: '#73B780'

red 115 ◦ green 183 ◦ blue 128

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

Shades of Bay Leaf #73B780

Tints of Bay Leaf #73B780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.96%

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 27%
G = 42.96%
B = 30.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#73B780 (or 0x73B780) is known color: Bay Leaf. HEX triplet: 73, B7 and 80. RGB value is (115,183,128). Sum of RGB (Red+Green+Blue) = 115+183+128=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #73B780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B780 is #8C487F. Grayscale: #9C9C9C. Windows color (decimal): -9193600 or 8435571. OLE color: 8435571.

HSL color Cylindrical-coordinate representation of color #73B780: hue angle of 131.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B780 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 183 128 -
CMYK 0.37 0 0.30 0.28
HSL 131.47º 0.32% 0.58% -
HSV(B) 131.47º 0.37% 0.72% -
XYZ 27.9 39.07 26.49 -
YUV 156.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 115 183 128 0.37 0 0.30 0.28 131.47 0.32 0.58
Hex 73 B7 80 25 0 1E 1C 83 20 3A
Octal 163 267 200 45 0 36 34 203 40 72
Binary 1110011 10110111 10000000 100101 0 11110 11100 10000011 100000 111010

Color Harmonies of #73B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B780

Black with #73B780

Text Example


Text Example

White with #73B780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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