#73BF88

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

Shades of Bay Leaf #73BF88

Tints of Bay Leaf #73BF88

Color information

#73BF88 (or 0x73BF88) is unknown color: approx Bay Leaf. HEX triplet: 73, BF and 88. RGB value is (115,191,136). Sum of RGB (Red+Green+Blue) = 115+191+136=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF88 is #8C4077. Grayscale: #A2A2A2. Windows color (decimal): -9191544 or 8961907. OLE color: 8961907.

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

Color convert

RGB115191136-
CMYK0.4000.290.25
HSL136.58º37.25%60%-
HSV(B)136.58º39.79%74.9%-
XYZ30.1442.6829.94-
YUV162.01113.3294.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=26.02%
G=43.21%
B=30.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911360.4000.290.25136.5837.2560
Hex73BF882801D1989253c
Octal16327721050035312114574
Binary111001110111111100010001010000111011100110001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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