Html Css Color HEX #78BA8E Bay Leaf

📋 copy color: '#78BA8E'

red 120 ◦ green 186 ◦ blue 142

#78BA8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #78BA8E

Tints of Bay Leaf #78BA8E

RGB

 RED value IS 120 (47.27% from 255) = 26.79%

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 142 (55.86% from 255) = 31.7%

R = 26.79%
G = 41.52%
B = 31.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#78BA8E (or 0x78BA8E) is known color: Bay Leaf. HEX triplet: 78, BA and 8E. RGB value is (120,186,142). Sum of RGB (Red+Green+Blue) = 120+186+142=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BA8E is #874571. Grayscale: #A1A1A1. Windows color (decimal): -8865138 or 9353848. OLE color: 9353848.

HSL color Cylindrical-coordinate representation of color #78BA8E: hue angle of 140º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BA8E is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 186 142 -
CMYK 0.35 0 0.24 0.27
HSL 140º 0.32% 0.6% -
HSV(B) 140º 0.35% 0.73% -
XYZ 30.19 41.06 31.93 -
YUV 161.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 120 186 142 0.35 0 0.24 0.27 140 0.32 0.6
Hex 78 BA 8E 23 0 18 1B 8C 20 3C
Octal 170 272 216 43 0 30 33 214 40 74
Binary 1111000 10111010 10001110 100011 0 11000 11011 10001100 100000 111100

Color Harmonies of #78BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BA8E

Black with #78BA8E

Text Example


Text Example

White with #78BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78BA8E;
 }
 .AnyTagClassName
 {
   color: #78BA8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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