Html Css Color HEX #78B486 Bay Leaf

📋 copy color: '#78B486'

red 120 ◦ green 180 ◦ blue 134

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

Shades of Bay Leaf #78B486

Tints of Bay Leaf #78B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.47%

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 27.65%
G = 41.47%
B = 30.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#78B486 (or 0x78B486) is known color: Bay Leaf. HEX triplet: 78, B4 and 86. RGB value is (120,180,134). Sum of RGB (Red+Green+Blue) = 120+180+134=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #78B486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B486 is #874B79. Grayscale: #9C9C9C. Windows color (decimal): -8866682 or 8828024. OLE color: 8828024.

HSL color Cylindrical-coordinate representation of color #78B486: hue angle of 134º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B486 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 180 134 -
CMYK 0.33 0 0.26 0.29
HSL 134º 0.29% 0.59% -
HSV(B) 134º 0.33% 0.71% -
XYZ 28.37 38.36 28.46 -
YUV 156.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 120 180 134 0.33 0 0.26 0.29 134 0.29 0.59
Hex 78 B4 86 21 0 1A 1D 86 1D 3B
Octal 170 264 206 41 0 32 35 206 35 73
Binary 1111000 10110100 10000110 100001 0 11010 11101 10000110 11101 111011

Color Harmonies of #78B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B486

Black with #78B486

Text Example


Text Example

White with #78B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,180,134); }

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

background-color css

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

 a { background-color: rgb(120,180,134); }

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

border-color css

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

 span { border-color: rgb(120,180,134); }

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