Html Css Color HEX #79AB8E Bay Leaf

📋 copy color: '#79AB8E'

red 121 ◦ green 171 ◦ blue 142

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

Shades of Bay Leaf #79AB8E

Tints of Bay Leaf #79AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.4%

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

R = 27.88%
G = 39.4%
B = 32.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#79AB8E (or 0x79AB8E) is known color: Bay Leaf. HEX triplet: 79, AB and 8E. RGB value is (121,171,142). Sum of RGB (Red+Green+Blue) = 121+171+142=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #79AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AB8E is #865471. Grayscale: #989898. Windows color (decimal): -8803442 or 9350009. OLE color: 9350009.

HSL color Cylindrical-coordinate representation of color #79AB8E: hue angle of 145.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AB8E is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 171 142 -
CMYK 0.29 0 0.17 0.33
HSL 145.2º 0.23% 0.57% -
HSV(B) 145.2º 0.29% 0.67% -
XYZ 27.33 35.14 30.93 -
YUV 152.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 121 171 142 0.29 0 0.17 0.33 145.2 0.23 0.57
Hex 79 AB 8E 1D 0 11 21 91 17 39
Octal 171 253 216 35 0 21 41 221 27 71
Binary 1111001 10101011 10001110 11101 0 10001 100001 10010001 10111 111001

Color Harmonies of #79AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AB8E

Black with #79AB8E

Text Example


Text Example

White with #79AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,171,142); }

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

background-color css

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

 a { background-color: rgb(121,171,142); }

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

border-color css

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

 span { border-color: rgb(121,171,142); }

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