Html Css Color HEX #73AD8A Bay Leaf

📋 copy color: '#73AD8A'

red 115 ◦ green 173 ◦ blue 138

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

Shades of Bay Leaf #73AD8A

Tints of Bay Leaf #73AD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 27%
G = 40.61%
B = 32.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#73AD8A (or 0x73AD8A) is known color: Bay Leaf. HEX triplet: 73, AD and 8A. RGB value is (115,173,138). Sum of RGB (Red+Green+Blue) = 115+173+138=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AD8A is #8C5275. Grayscale: #979797. Windows color (decimal): -9196150 or 9088371. OLE color: 9088371.

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

Color convert

RGB 115 173 138 -
CMYK 0.34 0 0.20 0.32
HSL 143.79º 0.26% 0.56% -
HSV(B) 143.79º 0.34% 0.68% -
XYZ 26.6 35.37 29.47 -
YUV 151.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 115 173 138 0.34 0 0.20 0.32 143.79 0.26 0.56
Hex 73 AD 8A 22 0 14 20 90 1A 38
Octal 163 255 212 42 0 24 40 220 32 70
Binary 1110011 10101101 10001010 100010 0 10100 100000 10010000 11010 111000

Color Harmonies of #73AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AD8A

Black with #73AD8A

Text Example


Text Example

White with #73AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,173,138); }

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

background-color css

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

 a { background-color: rgb(115,173,138); }

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

border-color css

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

 span { border-color: rgb(115,173,138); }

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