Html Css Color HEX #73A685 Bay Leaf

📋 copy color: '#73A685'

red 115 ◦ green 166 ◦ blue 133

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

Shades of Bay Leaf #73A685

Tints of Bay Leaf #73A685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 27.78%
G = 40.1%
B = 32.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#73A685 (or 0x73A685) is known color: Bay Leaf. HEX triplet: 73, A6 and 85. RGB value is (115,166,133). Sum of RGB (Red+Green+Blue) = 115+166+133=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #73A685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A685 is #8C597A. Grayscale: #939393. Windows color (decimal): -9197947 or 8758899. OLE color: 8758899.

HSL color Cylindrical-coordinate representation of color #73A685: hue angle of 141.18º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A685 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 166 133 -
CMYK 0.31 0 0.20 0.35
HSL 141.18º 0.22% 0.55% -
HSV(B) 141.18º 0.31% 0.65% -
XYZ 24.94 32.61 27.17 -
YUV 146.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 115 166 133 0.31 0 0.20 0.35 141.18 0.22 0.55
Hex 73 A6 85 1F 0 14 23 8D 16 37
Octal 163 246 205 37 0 24 43 215 26 67
Binary 1110011 10100110 10000101 11111 0 10100 100011 10001101 10110 110111

Color Harmonies of #73A685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A685

Black with #73A685

Text Example


Text Example

White with #73A685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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