#73AB84

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

Shades of Bay Leaf #73AB84

Tints of Bay Leaf #73AB84

Color information

#73AB84 (or 0x73AB84) is unknown color: approx Bay Leaf. HEX triplet: 73, AB and 84. RGB value is (115,171,132). Sum of RGB (Red+Green+Blue) = 115+171+132=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AB84 is #8C547B. Grayscale: #959595. Windows color (decimal): -9196668 or 8694643. OLE color: 8694643.

HSL color Cylindrical-coordinate representation of color #73AB84: hue angle of 138.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AB84 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB115171132-
CMYK0.3300.230.33
HSL138.21º25%56.08%-
HSV(B)138.21º32.75%67.06%-
XYZ25.834.4427.12-
YUV149.81117.95103.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=27.51%
G=40.91%
B=31.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151711320.3300.230.33138.212556.08
Hex73AB8421017218a1938
Octal16325320441027412123170
Binary111001110101011100001001000010101111000011000101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,132); }

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

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

 a { background-color: rgb(115,171,132); }

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

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

 span { border-color: rgb(115,171,132); }

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