#73AE83

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

Shades of Bay Leaf #73AE83

Tints of Bay Leaf #73AE83

Color information

#73AE83 (or 0x73AE83) is unknown color: approx Bay Leaf. HEX triplet: 73, AE and 83. RGB value is (115,174,131). Sum of RGB (Red+Green+Blue) = 115+174+131=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AE83 is #8C517C. Grayscale: #979797. Windows color (decimal): -9195901 or 8629875. OLE color: 8629875.

HSL color Cylindrical-coordinate representation of color #73AE83: hue angle of 136.27º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AE83 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB115174131-
CMYK0.3400.250.32
HSL136.27º26.7%56.67%-
HSV(B)136.27º33.91%68.24%-
XYZ26.335.5626.95-
YUV151.46116.45102-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=27.38%
G=41.43%
B=31.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741310.3400.250.32136.2726.756.67
Hex73AE832201920881b39
Octal16325620342031402103371
Binary111001110101110100000111000100110011000001000100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,174,131); }

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

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

 a { background-color: rgb(115,174,131); }

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

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

 span { border-color: rgb(115,174,131); }

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