Html Css Color HEX #80B78E Bay Leaf

📋 copy color: '#80B78E'

red 128 ◦ green 183 ◦ blue 142

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

Shades of Bay Leaf #80B78E

Tints of Bay Leaf #80B78E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.4%

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 28.26%
G = 40.4%
B = 31.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#80B78E (or 0x80B78E) is known color: Bay Leaf. HEX triplet: 80, B7 and 8E. RGB value is (128,183,142). Sum of RGB (Red+Green+Blue) = 128+183+142=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #80B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B78E is #7F4871. Grayscale: #A1A1A1. Windows color (decimal): -8341618 or 9353088. OLE color: 9353088.

HSL color Cylindrical-coordinate representation of color #80B78E: hue angle of 135.27º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B78E is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 142 -
CMYK 0.30 0 0.22 0.28
HSL 135.27º 0.28% 0.61% -
HSV(B) 135.27º 0.3% 0.72% -
XYZ 30.72 40.41 31.77 -
YUV 161.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 128 183 142 0.30 0 0.22 0.28 135.27 0.28 0.61
Hex 80 B7 8E 1E 0 16 1C 87 1C 3D
Octal 200 267 216 36 0 26 34 207 34 75
Binary 10000000 10110111 10001110 11110 0 10110 11100 10000111 11100 111101

Color Harmonies of #80B78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B78E

Black with #80B78E

Text Example


Text Example

White with #80B78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,142); }

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

background-color css

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

 a { background-color: rgb(128,183,142); }

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

border-color css

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

 span { border-color: rgb(128,183,142); }

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