#73A285

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

Shades of Bay Leaf #73A285

Tints of Bay Leaf #73A285

Color information

#73A285 (or 0x73A285) is unknown color: approx Bay Leaf. HEX triplet: 73, A2 and 85. RGB value is (115,162,133). Sum of RGB (Red+Green+Blue) = 115+162+133=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #73A285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A285 is #8C5D7A. Grayscale: #909090. Windows color (decimal): -9198971 or 8757875. OLE color: 8757875.

HSL color Cylindrical-coordinate representation of color #73A285: hue angle of 142.98º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A285 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB115162133-
CMYK0.2900.180.36
HSL142.98º20.17%54.31%-
HSV(B)142.98º29.01%63.53%-
XYZ24.2231.1826.93-
YUV144.64121.43106.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.05%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=28.05%
G=39.51%
B=32.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151621330.2900.180.36142.9820.1754.31
Hex73A2851D012248f1436
Octal16324220535022442172466
Binary11100111010001010000101111010100101001001000111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,162,133); }

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

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

 a { background-color: rgb(115,162,133); }

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

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

 span { border-color: rgb(115,162,133); }

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