#73B27E

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

Shades of Bay Leaf #73B27E

Tints of Bay Leaf #73B27E

Color information

#73B27E (or 0x73B27E) is unknown color: approx Bay Leaf. HEX triplet: 73, B2 and 7E. RGB value is (115,178,126). Sum of RGB (Red+Green+Blue) = 115+178+126=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #73B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B27E is #8C4D81. Grayscale: #999999. Windows color (decimal): -9194882 or 8303219. OLE color: 8303219.

HSL color Cylindrical-coordinate representation of color #73B27E: hue angle of 130.48º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B27E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB115178126-
CMYK0.3500.290.30
HSL130.48º29.03%57.45%-
HSV(B)130.48º35.39%69.8%-
XYZ26.7636.9925.47-
YUV153.23112.63100.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 178 (69.92% from 255) = 42.48%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=27.45%
G=42.48%
B=30.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151781260.3500.290.30130.4829.0357.45
Hex73B27E2301D1E821d39
Octal16326217643035362023571
Binary1110011101100101111110100011011101111101000001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,178,126); }

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

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

 a { background-color: rgb(115,178,126); }

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

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

 span { border-color: rgb(115,178,126); }

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