#73C088

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

Shades of Bay Leaf #73C088

Tints of Bay Leaf #73C088

Color information

#73C088 (or 0x73C088) is unknown color: approx Bay Leaf. HEX triplet: 73, C0 and 88. RGB value is (115,192,136). Sum of RGB (Red+Green+Blue) = 115+192+136=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #73C088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C088 is #8C3F77. Grayscale: #A2A2A2. Windows color (decimal): -9191288 or 8962163. OLE color: 8962163.

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

Color convert

RGB115192136-
CMYK0.4000.290.25
HSL136.36º37.93%60.2%-
HSV(B)136.36º40.1%75.29%-
XYZ30.3643.1230.02-
YUV162.59112.9994.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.96%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=25.96%
G=43.34%
B=30.70%

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
Decimal1151921360.4000.290.25136.3637.9360.2
Hex73C0882801D1988263c
Octal16330021050035312104674
Binary111001111000000100010001010000111011100110001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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