Html Css Color HEX #73AC84 Bay Leaf

📋 copy color: '#73AC84'

red 115 ◦ green 172 ◦ blue 132

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

Shades of Bay Leaf #73AC84

Tints of Bay Leaf #73AC84

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

 BLUE value IS 132 (51.95% from 255) = 31.5%

R = 27.45%
G = 41.05%
B = 31.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#73AC84 (or 0x73AC84) is known color: Bay Leaf. HEX triplet: 73, AC and 84. RGB value is (115,172,132). Sum of RGB (Red+Green+Blue) = 115+172+132=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AC84 is #8C537B. Grayscale: #969696. Windows color (decimal): -9196412 or 8694899. OLE color: 8694899.

HSL color Cylindrical-coordinate representation of color #73AC84: hue angle of 137.89º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AC84 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 172 132 -
CMYK 0.33 0 0.23 0.33
HSL 137.89º 0.26% 0.56% -
HSV(B) 137.89º 0.33% 0.67% -
XYZ 25.99 34.82 27.18 -
YUV 150.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 115 172 132 0.33 0 0.23 0.33 137.89 0.26 0.56
Hex 73 AC 84 21 0 17 21 8A 1A 38
Octal 163 254 204 41 0 27 41 212 32 70
Binary 1110011 10101100 10000100 100001 0 10111 100001 10001010 11010 111000

Color Harmonies of #73AC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AC84

Black with #73AC84

Text Example


Text Example

White with #73AC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,172,132); }

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

background-color css

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

 a { background-color: rgb(115,172,132); }

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

border-color css

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

 span { border-color: rgb(115,172,132); }

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