#73BD8B

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

Shades of Bay Leaf #73BD8B

Tints of Bay Leaf #73BD8B

Color information

#73BD8B (or 0x73BD8B) is unknown color: approx Bay Leaf. HEX triplet: 73, BD and 8B. RGB value is (115,189,139). Sum of RGB (Red+Green+Blue) = 115+189+139=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BD8B is #8C4274. Grayscale: #A1A1A1. Windows color (decimal): -9192053 or 9158003. OLE color: 9158003.

HSL color Cylindrical-coordinate representation of color #73BD8B: hue angle of 139.46º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BD8B is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB115189139-
CMYK0.3900.260.26
HSL139.46º35.92%59.61%-
HSV(B)139.46º39.15%74.12%-
XYZ29.9341.930.94-
YUV161.17115.4895.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.96%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=25.96%
G=42.66%
B=31.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151891390.3900.260.26139.4635.9259.61
Hex73BD8B2701A1A8b243c
Octal16327521347032322134474
Binary111001110111101100010111001110110101101010001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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