Html Css Color HEX #78BA8B Bay Leaf

📋 copy color: '#78BA8B'

red 120 ◦ green 186 ◦ blue 139

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

Shades of Bay Leaf #78BA8B

Tints of Bay Leaf #78BA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 26.97%
G = 41.8%
B = 31.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#78BA8B (or 0x78BA8B) is known color: Bay Leaf. HEX triplet: 78, BA and 8B. RGB value is (120,186,139). Sum of RGB (Red+Green+Blue) = 120+186+139=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BA8B is #874574. Grayscale: #A1A1A1. Windows color (decimal): -8865141 or 9157240. OLE color: 9157240.

HSL color Cylindrical-coordinate representation of color #78BA8B: hue angle of 137.27º 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 #78BA8B is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 186 139 -
CMYK 0.35 0 0.25 0.27
HSL 137.27º 0.32% 0.6% -
HSV(B) 137.27º 0.35% 0.73% -
XYZ 29.96 40.97 30.76 -
YUV 160.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 120 186 139 0.35 0 0.25 0.27 137.27 0.32 0.6
Hex 78 BA 8B 23 0 19 1B 89 20 3C
Octal 170 272 213 43 0 31 33 211 40 74
Binary 1111000 10111010 10001011 100011 0 11001 11011 10001001 100000 111100

Color Harmonies of #78BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BA8B

Black with #78BA8B

Text Example


Text Example

White with #78BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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