Html Css Color HEX #80A58C Bay Leaf

📋 copy color: '#80A58C'

red 128 ◦ green 165 ◦ blue 140

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

Shades of Bay Leaf #80A58C

Tints of Bay Leaf #80A58C

RGB

 RED value IS 128 (50.39% from 255) = 29.56%

 GREEN value IS 165 (64.84% from 255) = 38.11%

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 29.56%
G = 38.11%
B = 32.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#80A58C (or 0x80A58C) is known color: Bay Leaf. HEX triplet: 80, A5 and 8C. RGB value is (128,165,140). Sum of RGB (Red+Green+Blue) = 128+165+140=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #80A58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A58C is #7F5A73. Grayscale: #979797. Windows color (decimal): -8346228 or 9217408. OLE color: 9217408.

HSL color Cylindrical-coordinate representation of color #80A58C: hue angle of 139.46º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A58C is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 140 -
CMYK 0.22 0 0.15 0.35
HSL 139.46º 0.17% 0.57% -
HSV(B) 139.46º 0.22% 0.65% -
XYZ 27.09 33.39 29.83 -
YUV 151.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 128 165 140 0.22 0 0.15 0.35 139.46 0.17 0.57
Hex 80 A5 8C 16 0 F 23 8B 11 39
Octal 200 245 214 26 0 17 43 213 21 71
Binary 10000000 10100101 10001100 10110 0 1111 100011 10001011 10001 111001

Color Harmonies of #80A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A58C

Black with #80A58C

Text Example


Text Example

White with #80A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A58C; }

 p { color: rgb(128,165,140); }

 H1.HeaderClassName
 {
   color: #80A58C;
 }
 .AnyTagClassName
 {
   color: #80A58C;
 }
</style>

background-color css

<style>
 a { background-color: #80A58C; }

 a { background-color: rgb(128,165,140); }

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

border-color css

<style>
 span { border-color: #80A58C; }

 span { border-color: rgb(128,165,140); }

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