Html Css Color HEX #79A88C Bay Leaf

📋 copy color: '#79A88C'

red 121 ◦ green 168 ◦ blue 140

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

Shades of Bay Leaf #79A88C

Tints of Bay Leaf #79A88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

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

R = 28.21%
G = 39.16%
B = 32.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#79A88C (or 0x79A88C) is known color: Bay Leaf. HEX triplet: 79, A8 and 8C. RGB value is (121,168,140). Sum of RGB (Red+Green+Blue) = 121+168+140=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 168 - color contains mainly: green. Hex color #79A88C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A88C is #865773. Grayscale: #969696. Windows color (decimal): -8804212 or 9218169. OLE color: 9218169.

HSL color Cylindrical-coordinate representation of color #79A88C: hue angle of 144.26º degrees, saturation: 0.21, 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 #79A88C is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 121 168 140 -
CMYK 0.28 0 0.17 0.34
HSL 144.26º 0.21% 0.57% -
HSV(B) 144.26º 0.28% 0.66% -
XYZ 26.62 33.96 29.96 -
YUV 150.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 121 168 140 0.28 0 0.17 0.34 144.26 0.21 0.57
Hex 79 A8 8C 1C 0 11 22 90 15 39
Octal 171 250 214 34 0 21 42 220 25 71
Binary 1111001 10101000 10001100 11100 0 10001 100010 10010000 10101 111001

Color Harmonies of #79A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A88C

Black with #79A88C

Text Example


Text Example

White with #79A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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