Html Css Color HEX #79B48D Bay Leaf

📋 copy color: '#79B48D'

red 121 ◦ green 180 ◦ blue 141

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

Shades of Bay Leaf #79B48D

Tints of Bay Leaf #79B48D

RGB

 RED value IS 121 (47.66% from 255) = 27.38%

 GREEN value IS 180 (70.7% from 255) = 40.72%

 BLUE value IS 141 (55.47% from 255) = 31.9%

R = 27.38%
G = 40.72%
B = 31.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#79B48D (or 0x79B48D) is known color: Bay Leaf. HEX triplet: 79, B4 and 8D. RGB value is (121,180,141). Sum of RGB (Red+Green+Blue) = 121+180+141=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #79B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B48D is #864B72. Grayscale: #9E9E9E. Windows color (decimal): -8801139 or 9286777. OLE color: 9286777.

HSL color Cylindrical-coordinate representation of color #79B48D: hue angle of 140.34º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79B48D is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 180 141 -
CMYK 0.33 0 0.22 0.29
HSL 140.34º 0.28% 0.59% -
HSV(B) 140.34º 0.33% 0.71% -
XYZ 29.01 38.63 31.13 -
YUV 157.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 121 180 141 0.33 0 0.22 0.29 140.34 0.28 0.59
Hex 79 B4 8D 21 0 16 1D 8C 1C 3B
Octal 171 264 215 41 0 26 35 214 34 73
Binary 1111001 10110100 10001101 100001 0 10110 11101 10001100 11100 111011

Color Harmonies of #79B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B48D

Black with #79B48D

Text Example


Text Example

White with #79B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79B48D; }

 p { color: rgb(121,180,141); }

 H1.HeaderClassName
 {
   color: #79B48D;
 }
 .AnyTagClassName
 {
   color: #79B48D;
 }
</style>

background-color css

<style>
 a { background-color: #79B48D; }

 a { background-color: rgb(121,180,141); }

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

border-color css

<style>
 span { border-color: #79B48D; }

 span { border-color: rgb(121,180,141); }

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