#73BF8D

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

Shades of Bay Leaf #73BF8D

Tints of Bay Leaf #73BF8D

Color information

#73BF8D (or 0x73BF8D) is unknown color: approx Bay Leaf. HEX triplet: 73, BF and 8D. RGB value is (115,191,141). Sum of RGB (Red+Green+Blue) = 115+191+141=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF8D is #8C4072. Grayscale: #A2A2A2. Windows color (decimal): -9191539 or 9289587. OLE color: 9289587.

HSL color Cylindrical-coordinate representation of color #73BF8D: hue angle of 140.53º 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 #73BF8D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB115191141-
CMYK0.4000.260.25
HSL140.53º37.25%60%-
HSV(B)140.53º39.79%74.9%-
XYZ30.5142.8331.86-
YUV162.58115.8294.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.73%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=25.73%
G=42.73%
B=31.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911410.4000.260.25140.5337.2560
Hex73BF8D2801A198d253c
Octal16327721550032312154574
Binary111001110111111100011011010000110101100110001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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