#78B382

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

Shades of Bay Leaf #78B382

Tints of Bay Leaf #78B382

Color information

#78B382 (or 0x78B382) is unknown color: approx Bay Leaf. HEX triplet: 78, B3 and 82. RGB value is (120,179,130). Sum of RGB (Red+Green+Blue) = 120+179+130=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #78B382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B382 is #874C7D. Grayscale: #9B9B9B. Windows color (decimal): -8866942 or 8565624. OLE color: 8565624.

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

Color convert

RGB120179130-
CMYK0.3300.270.30
HSL130.17º27.96%58.63%-
HSV(B)130.17º32.96%70.2%-
XYZ27.937.8426.95-
YUV155.77113.45102.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 179 (70.31% from 255) = 41.72%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=27.97%
G=41.72%
B=30.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201791300.3300.270.30130.1727.9658.63
Hex78B3822101B1E821c3b
Octal17026320241033362023473
Binary11110001011001110000010100001011011111101000001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B382; }

 p { color: rgb(120,179,130); }

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

<style>
 a { background-color: #78B382; }

 a { background-color: rgb(120,179,130); }

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

<style>
 span { border-color: #78B382; }

 span { border-color: rgb(120,179,130); }

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