#79C48B

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

Shades of Bay Leaf #79C48B

Tints of Bay Leaf #79C48B

Color information

#79C48B (or 0x79C48B) is unknown color: approx Bay Leaf. HEX triplet: 79, C4 and 8B. RGB value is (121,196,139). Sum of RGB (Red+Green+Blue) = 121+196+139=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #79C48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C48B is #863B74. Grayscale: #A7A7A7. Windows color (decimal): -8797045 or 9159801. OLE color: 9159801.

HSL color Cylindrical-coordinate representation of color #79C48B: hue angle of 134.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79C48B is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB121196139-
CMYK0.3800.290.23
HSL134.4º38.86%62.16%-
HSV(B)134.4º38.27%76.86%-
XYZ32.2945.4131.49-
YUV167.08112.1595.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=26.54%
G=42.98%
B=30.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1211961390.3800.290.23134.438.8662.16
Hex79C48B2601D1786273e
Octal17130421346035272064776
Binary111100111000100100010111001100111011011110000110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,196,139); }

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

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

 a { background-color: rgb(121,196,139); }

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

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

 span { border-color: rgb(121,196,139); }

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