Html Css Color HEX #73B380 Bay Leaf

📋 copy color: '#73B380'

red 115 ◦ green 179 ◦ blue 128

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

Shades of Bay Leaf #73B380

Tints of Bay Leaf #73B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 27.25%
G = 42.42%
B = 30.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#73B380 (or 0x73B380) is known color: Bay Leaf. HEX triplet: 73, B3 and 80. RGB value is (115,179,128). Sum of RGB (Red+Green+Blue) = 115+179+128=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #73B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B380 is #8C4C7F. Grayscale: #9A9A9A. Windows color (decimal): -9194624 or 8434547. OLE color: 8434547.

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

Color convert

RGB 115 179 128 -
CMYK 0.36 0 0.28 0.30
HSL 132.19º 0.3% 0.58% -
HSV(B) 132.19º 0.36% 0.7% -
XYZ 27.09 37.44 26.22 -
YUV 154.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 115 179 128 0.36 0 0.28 0.30 132.19 0.3 0.58
Hex 73 B3 80 24 0 1C 1E 84 1E 3A
Octal 163 263 200 44 0 34 36 204 36 72
Binary 1110011 10110011 10000000 100100 0 11100 11110 10000100 11110 111010

Color Harmonies of #73B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B380

Black with #73B380

Text Example


Text Example

White with #73B380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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