Html Css Color HEX #79A882 Bay Leaf

📋 copy color: '#79A882'

red 121 ◦ green 168 ◦ blue 130

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

Shades of Bay Leaf #79A882

Tints of Bay Leaf #79A882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 28.88%
G = 40.1%
B = 31.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#79A882 (or 0x79A882) is known color: Bay Leaf. HEX triplet: 79, A8 and 82. RGB value is (121,168,130). Sum of RGB (Red+Green+Blue) = 121+168+130=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 168 - color contains mainly: green. Hex color #79A882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A882 is #86577D. Grayscale: #959595. Windows color (decimal): -8804222 or 8562809. OLE color: 8562809.

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

Color convert

RGB 121 168 130 -
CMYK 0.28 0 0.23 0.34
HSL 131.49º 0.21% 0.57% -
HSV(B) 131.49º 0.28% 0.66% -
XYZ 25.92 33.68 26.25 -
YUV 149.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 121 168 130 0.28 0 0.23 0.34 131.49 0.21 0.57
Hex 79 A8 82 1C 0 17 22 83 15 39
Octal 171 250 202 34 0 27 42 203 25 71
Binary 1111001 10101000 10000010 11100 0 10111 100010 10000011 10101 111001

Color Harmonies of #79A882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A882

Black with #79A882

Text Example


Text Example

White with #79A882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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