#79C088

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

Shades of Bay Leaf #79C088

Tints of Bay Leaf #79C088

Color information

#79C088 (or 0x79C088) is unknown color: approx Bay Leaf. HEX triplet: 79, C0 and 88. RGB value is (121,192,136). Sum of RGB (Red+Green+Blue) = 121+192+136=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #79C088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C088 is #863F77. Grayscale: #A4A4A4. Windows color (decimal): -8798072 or 8962169. OLE color: 8962169.

HSL color Cylindrical-coordinate representation of color #79C088: hue angle of 132.68º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79C088 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB121192136-
CMYK0.3700.290.25
HSL132.68º36.04%61.37%-
HSV(B)132.68º36.98%75.29%-
XYZ31.1843.5430.05-
YUV164.39111.9897.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=26.95%
G=42.76%
B=30.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211921360.3700.290.25132.6836.0461.37
Hex79C0882501D1985243d
Octal17130021045035312054475
Binary111100111000000100010001001010111011100110000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,192,136); }

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

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

 a { background-color: rgb(121,192,136); }

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

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

 span { border-color: rgb(121,192,136); }

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