#73B88B

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

Shades of Bay Leaf #73B88B

Tints of Bay Leaf #73B88B

Color information

#73B88B (or 0x73B88B) is unknown color: approx Bay Leaf. HEX triplet: 73, B8 and 8B. RGB value is (115,184,139). Sum of RGB (Red+Green+Blue) = 115+184+139=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #73B88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B88B is #8C4774. Grayscale: #9E9E9E. Windows color (decimal): -9193333 or 9156723. OLE color: 9156723.

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

Color convert

RGB115184139-
CMYK0.3800.240.28
HSL140.87º32.7%58.63%-
HSV(B)140.87º37.5%72.16%-
XYZ28.8739.7930.58-
YUV158.24117.1497.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.26%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=26.26%
G=42.01%
B=31.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1151841390.3800.240.28140.8732.758.63
Hex73B88B260181C8d213b
Octal16327021346030342154173
Binary111001110111000100010111001100110001110010001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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