Html Css Color HEX #73A887 Bay Leaf

📋 copy color: '#73A887'

red 115 ◦ green 168 ◦ blue 135

#73A887
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #73A887

Tints of Bay Leaf #73A887

RGB

 RED value IS 115 (45.31% from 255) = 27.51%

 GREEN value IS 168 (66.02% from 255) = 40.19%

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 27.51%
G = 40.19%
B = 32.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#73A887 (or 0x73A887) is known color: Bay Leaf. HEX triplet: 73, A8 and 87. RGB value is (115,168,135). Sum of RGB (Red+Green+Blue) = 115+168+135=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #73A887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A887 is #8C5778. Grayscale: #949494. Windows color (decimal): -9197433 or 8890483. OLE color: 8890483.

HSL color Cylindrical-coordinate representation of color #73A887: hue angle of 142.64º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A887 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 168 135 -
CMYK 0.32 0 0.20 0.34
HSL 142.64º 0.23% 0.55% -
HSV(B) 142.64º 0.32% 0.66% -
XYZ 25.45 33.4 28.03 -
YUV 148.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 115 168 135 0.32 0 0.20 0.34 142.64 0.23 0.55
Hex 73 A8 87 20 0 14 22 8F 17 37
Octal 163 250 207 40 0 24 42 217 27 67
Binary 1110011 10101000 10000111 100000 0 10100 100010 10001111 10111 110111

Color Harmonies of #73A887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A887

Black with #73A887

Text Example


Text Example

White with #73A887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,168,135); }

 H1.HeaderClassName
 {
   color: #73A887;
 }
 .AnyTagClassName
 {
   color: #73A887;
 }
</style>

background-color css

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

 a { background-color: rgb(115,168,135); }

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

border-color css

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

 span { border-color: rgb(115,168,135); }

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