#73B182

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

Shades of Bay Leaf #73B182

Tints of Bay Leaf #73B182

Color information

#73B182 (or 0x73B182) is unknown color: approx Bay Leaf. HEX triplet: 73, B1 and 82. RGB value is (115,177,130). Sum of RGB (Red+Green+Blue) = 115+177+130=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #73B182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B182 is #8C4E7D. Grayscale: #999999. Windows color (decimal): -9195134 or 8565107. OLE color: 8565107.

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

Color convert

RGB115177130-
CMYK0.3500.270.31
HSL134.52º28.44%57.25%-
HSV(B)134.52º35.03%69.41%-
XYZ26.8236.726.79-
YUV153.1114.96100.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=27.25%
G=41.94%
B=30.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151771300.3500.270.31134.5228.4457.25
Hex73B1822301B1F871c39
Octal16326120243033372073471
Binary11100111011000110000010100011011011111111000011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,177,130); }

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

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

 a { background-color: rgb(115,177,130); }

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

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

 span { border-color: rgb(115,177,130); }

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