#73B78E

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

Shades of Bay Leaf #73B78E

Tints of Bay Leaf #73B78E

Color information

#73B78E (or 0x73B78E) is unknown color: approx Bay Leaf. HEX triplet: 73, B7 and 8E. RGB value is (115,183,142). Sum of RGB (Red+Green+Blue) = 115+183+142=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #73B78E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B78E is #8C4871. Grayscale: #9E9E9E. Windows color (decimal): -9193586 or 9353075. OLE color: 9353075.

HSL color Cylindrical-coordinate representation of color #73B78E: hue angle of 143.82º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B78E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB115183142-
CMYK0.3700.220.28
HSL143.82º32.08%58.43%-
HSV(B)143.82º37.16%71.76%-
XYZ28.8939.4631.69-
YUV157.99118.9797.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.14%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=26.14%
G=41.59%
B=32.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1151831420.3700.220.28143.8232.0858.43
Hex73B78E250161C90203a
Octal16326721645026342204072
Binary111001110110111100011101001010101101110010010000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,183,142); }

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

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

 a { background-color: rgb(115,183,142); }

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

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

 span { border-color: rgb(115,183,142); }

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