Html Css Color HEX #79A98E Bay Leaf

📋 copy color: '#79A98E'

red 121 ◦ green 169 ◦ blue 142

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

Shades of Bay Leaf #79A98E

Tints of Bay Leaf #79A98E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.12%

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

R = 28.01%
G = 39.12%
B = 32.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#79A98E (or 0x79A98E) is known color: Bay Leaf. HEX triplet: 79, A9 and 8E. RGB value is (121,169,142). Sum of RGB (Red+Green+Blue) = 121+169+142=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #79A98E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A98E is #865671. Grayscale: #979797. Windows color (decimal): -8803954 or 9349497. OLE color: 9349497.

HSL color Cylindrical-coordinate representation of color #79A98E: hue angle of 146.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79A98E is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 121 169 142 -
CMYK 0.28 0 0.16 0.34
HSL 146.25º 0.22% 0.57% -
HSV(B) 146.25º 0.28% 0.66% -
XYZ 26.96 34.39 30.81 -
YUV 151.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 121 169 142 0.28 0 0.16 0.34 146.25 0.22 0.57
Hex 79 A9 8E 1C 0 10 22 92 16 39
Octal 171 251 216 34 0 20 42 222 26 71
Binary 1111001 10101001 10001110 11100 0 10000 100010 10010010 10110 111001

Color Harmonies of #79A98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A98E

Black with #79A98E

Text Example


Text Example

White with #79A98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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