#78BC8E

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

Shades of Bay Leaf #78BC8E

Tints of Bay Leaf #78BC8E

Color information

#78BC8E (or 0x78BC8E) is unknown color: approx Bay Leaf. HEX triplet: 78, BC and 8E. RGB value is (120,188,142). Sum of RGB (Red+Green+Blue) = 120+188+142=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC8E is #874371. Grayscale: #A2A2A2. Windows color (decimal): -8864626 or 9354360. OLE color: 9354360.

HSL color Cylindrical-coordinate representation of color #78BC8E: hue angle of 139.41º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC8E is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB120188142-
CMYK0.3600.240.26
HSL139.41º33.66%60.39%-
HSV(B)139.41º36.17%73.73%-
XYZ30.6141.9132.07-
YUV162.42116.4797.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=26.67%
G=41.78%
B=31.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201881420.3600.240.26139.4133.6660.39
Hex78BC8E240181A8b223c
Octal17027421644030322134274
Binary111100010111100100011101001000110001101010001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,188,142); }

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

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

 a { background-color: rgb(120,188,142); }

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

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

 span { border-color: rgb(120,188,142); }

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