Html Css Color HEX #79A58C Bay Leaf

📋 copy color: '#79A58C'

red 121 ◦ green 165 ◦ blue 140

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

Shades of Bay Leaf #79A58C

Tints of Bay Leaf #79A58C

RGB

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

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

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

R = 28.4%
G = 38.73%
B = 32.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#79A58C (or 0x79A58C) is known color: Bay Leaf. HEX triplet: 79, A5 and 8C. RGB value is (121,165,140). Sum of RGB (Red+Green+Blue) = 121+165+140=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #79A58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A58C is #865A73. Grayscale: #959595. Windows color (decimal): -8804980 or 9217401. OLE color: 9217401.

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

Color convert

RGB 121 165 140 -
CMYK 0.27 0 0.15 0.35
HSL 145.91º 0.2% 0.56% -
HSV(B) 145.91º 0.27% 0.65% -
XYZ 26.07 32.87 29.78 -
YUV 148.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 121 165 140 0.27 0 0.15 0.35 145.91 0.2 0.56
Hex 79 A5 8C 1B 0 F 23 92 14 38
Octal 171 245 214 33 0 17 43 222 24 70
Binary 1111001 10100101 10001100 11011 0 1111 100011 10010010 10100 111000

Color Harmonies of #79A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A58C

Black with #79A58C

Text Example


Text Example

White with #79A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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