#79B282

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

Shades of Bay Leaf #79B282

Tints of Bay Leaf #79B282

Color information

#79B282 (or 0x79B282) is unknown color: approx Bay Leaf. HEX triplet: 79, B2 and 82. RGB value is (121,178,130). Sum of RGB (Red+Green+Blue) = 121+178+130=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #79B282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B282 is #864D7D. Grayscale: #9B9B9B. Windows color (decimal): -8801662 or 8565369. OLE color: 8565369.

HSL color Cylindrical-coordinate representation of color #79B282: hue angle of 129.47º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B282 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB121178130-
CMYK0.3200.270.30
HSL129.47º27.01%58.63%-
HSV(B)129.47º32.02%69.8%-
XYZ27.8337.5226.89-
YUV155.48113.62103.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=28.21%
G=41.49%
B=30.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211781300.3200.270.30129.4727.0158.63
Hex79B2822001B1E811b3b
Octal17126220240033362013373
Binary11110011011001010000010100000011011111101000000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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