#79C38A

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

Shades of Bay Leaf #79C38A

Tints of Bay Leaf #79C38A

Color information

#79C38A (or 0x79C38A) is unknown color: approx Bay Leaf. HEX triplet: 79, C3 and 8A. RGB value is (121,195,138). Sum of RGB (Red+Green+Blue) = 121+195+138=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #79C38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C38A is #863C75. Grayscale: #A6A6A6. Windows color (decimal): -8797302 or 9094009. OLE color: 9094009.

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

Color convert

RGB121195138-
CMYK0.3800.290.24
HSL133.78º38.14%61.96%-
HSV(B)133.78º37.95%76.47%-
XYZ31.9944.9331.03-
YUV166.38111.9895.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=26.65%
G=42.95%
B=30.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211951380.3800.290.24133.7838.1461.96
Hex79C38A2601D1886263e
Octal17130321246035302064676
Binary111100111000011100010101001100111011100010000110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,195,138); }

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

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

 a { background-color: rgb(121,195,138); }

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

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

 span { border-color: rgb(121,195,138); }

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