Html Css Color HEX #73A185 Bay Leaf

📋 copy color: '#73A185'

red 115 ◦ green 161 ◦ blue 133

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

Shades of Bay Leaf #73A185

Tints of Bay Leaf #73A185

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 28.12%
G = 39.36%
B = 32.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#73A185 (or 0x73A185) is known color: Bay Leaf. HEX triplet: 73, A1 and 85. RGB value is (115,161,133). Sum of RGB (Red+Green+Blue) = 115+161+133=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #73A185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A185 is #8C5E7A. Grayscale: #909090. Windows color (decimal): -9199227 or 8757619. OLE color: 8757619.

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

Color convert

RGB 115 161 133 -
CMYK 0.29 0 0.17 0.37
HSL 143.48º 0.2% 0.54% -
HSV(B) 143.48º 0.29% 0.63% -
XYZ 24.05 30.83 26.87 -
YUV 144.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 115 161 133 0.29 0 0.17 0.37 143.48 0.2 0.54
Hex 73 A1 85 1D 0 11 25 8F 14 36
Octal 163 241 205 35 0 21 45 217 24 66
Binary 1110011 10100001 10000101 11101 0 10001 100101 10001111 10100 110110

Color Harmonies of #73A185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A185

Black with #73A185

Text Example


Text Example

White with #73A185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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