#79B082

Color #79B082 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #79B082

Tints of Bay Leaf #79B082

Color information

#79B082 (or 0x79B082) is unknown color: approx Bay Leaf. HEX triplet: 79, B0 and 82. RGB value is (121,176,130). Sum of RGB (Red+Green+Blue) = 121+176+130=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #79B082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B082 is #864F7D. Grayscale: #9A9A9A. Windows color (decimal): -8802174 or 8564857. OLE color: 8564857.

HSL color Cylindrical-coordinate representation of color #79B082: hue angle of 129.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79B082 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB121176130-
CMYK0.3100.260.31
HSL129.82º25.82%58.24%-
HSV(B)129.82º31.25%69.02%-
XYZ27.4436.7326.76-
YUV154.31114.28104.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=28.34%
G=41.22%
B=30.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211761300.3100.260.31129.8225.8258.24
Hex79B0821F01A1F821a3a
Octal17126020237032372023272
Binary1111001101100001000001011111011010111111000001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79B082;
 }
 .AnyTagClassName
 {
   color: #79B082;
 }
</style>
background-color css

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

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

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

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

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

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