#73BB85

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

Shades of Bay Leaf #73BB85

Tints of Bay Leaf #73BB85

Color information

#73BB85 (or 0x73BB85) is unknown color: approx Bay Leaf. HEX triplet: 73, BB and 85. RGB value is (115,187,133). Sum of RGB (Red+Green+Blue) = 115+187+133=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BB85 is #8C447A. Grayscale: #9F9F9F. Windows color (decimal): -9192571 or 8764275. OLE color: 8764275.

HSL color Cylindrical-coordinate representation of color #73BB85: hue angle of 135º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BB85 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB115187133-
CMYK0.3900.290.27
HSL135º34.62%59.22%-
HSV(B)135º38.5%73.33%-
XYZ29.0740.8828.55-
YUV159.32113.1596.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.44%
GREEN value IS 187 (73.44% from 255) = 42.99%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=26.44%
G=42.99%
B=30.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151871330.3900.290.2713534.6259.22
Hex73BB852701D1B87233b
Octal16327320547035332074373
Binary111001110111011100001011001110111011101110000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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