#78B38A

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

Shades of Bay Leaf #78B38A

Tints of Bay Leaf #78B38A

Color information

#78B38A (or 0x78B38A) is unknown color: approx Bay Leaf. HEX triplet: 78, B3 and 8A. RGB value is (120,179,138). Sum of RGB (Red+Green+Blue) = 120+179+138=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #78B38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B38A is #874C75. Grayscale: #9C9C9C. Windows color (decimal): -8866934 or 9089912. OLE color: 9089912.

HSL color Cylindrical-coordinate representation of color #78B38A: hue angle of 138.31º 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 #78B38A is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB120179138-
CMYK0.3300.230.30
HSL138.31º27.96%58.63%-
HSV(B)138.31º32.96%70.2%-
XYZ28.4538.0729.89-
YUV156.68117.45101.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=27.46%
G=40.96%
B=31.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201791380.3300.230.30138.3127.9658.63
Hex78B38A210171E8a1c3b
Octal17026321241027362123473
Binary11110001011001110001010100001010111111101000101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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