#73BF85

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

Shades of Bay Leaf #73BF85

Tints of Bay Leaf #73BF85

Color information

#73BF85 (or 0x73BF85) is unknown color: approx Bay Leaf. HEX triplet: 73, BF and 85. RGB value is (115,191,133). Sum of RGB (Red+Green+Blue) = 115+191+133=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF85 is #8C407A. Grayscale: #A1A1A1. Windows color (decimal): -9191547 or 8765299. OLE color: 8765299.

HSL color Cylindrical-coordinate representation of color #73BF85: hue angle of 134.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BF85 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB115191133-
CMYK0.4000.300.25
HSL134.21º37.25%60%-
HSV(B)134.21º39.79%74.9%-
XYZ29.9342.628.84-
YUV161.66111.8294.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.20%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=26.20%
G=43.51%
B=30.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911330.4000.300.25134.2137.2560
Hex73BF852801E1986253c
Octal16327720550036312064574
Binary111001110111111100001011010000111101100110000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,133); }

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

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

 a { background-color: rgb(115,191,133); }

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

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

 span { border-color: rgb(115,191,133); }

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