#73B98B

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

Shades of Bay Leaf #73B98B

Tints of Bay Leaf #73B98B

Color information

#73B98B (or 0x73B98B) is unknown color: approx Bay Leaf. HEX triplet: 73, B9 and 8B. RGB value is (115,185,139). Sum of RGB (Red+Green+Blue) = 115+185+139=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #73B98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B98B is #8C4674. Grayscale: #9E9E9E. Windows color (decimal): -9193077 or 9156979. OLE color: 9156979.

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

Color convert

RGB115185139-
CMYK0.3800.250.27
HSL140.57º33.33%58.82%-
HSV(B)140.57º37.84%72.55%-
XYZ29.0840.2130.65-
YUV158.83116.8196.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.20%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=26.20%
G=42.14%
B=31.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151851390.3800.250.27140.5733.3358.82
Hex73B98B260191B8d213b
Octal16327121346031332154173
Binary111001110111001100010111001100110011101110001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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