Html Css Color HEX #78B585 Bay Leaf

📋 copy color: '#78B585'

red 120 ◦ green 181 ◦ blue 133

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

Shades of Bay Leaf #78B585

Tints of Bay Leaf #78B585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 133 (52.34% from 255) = 30.65%

R = 27.65%
G = 41.71%
B = 30.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#78B585 (or 0x78B585) is known color: Bay Leaf. HEX triplet: 78, B5 and 85. RGB value is (120,181,133). Sum of RGB (Red+Green+Blue) = 120+181+133=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #78B585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B585 is #874A7A. Grayscale: #9D9D9D. Windows color (decimal): -8866427 or 8762744. OLE color: 8762744.

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

Color convert

RGB 120 181 133 -
CMYK 0.34 0 0.27 0.29
HSL 132.79º 0.29% 0.59% -
HSV(B) 132.79º 0.34% 0.71% -
XYZ 28.5 38.73 28.16 -
YUV 157.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 120 181 133 0.34 0 0.27 0.29 132.79 0.29 0.59
Hex 78 B5 85 22 0 1B 1D 85 1D 3B
Octal 170 265 205 42 0 33 35 205 35 73
Binary 1111000 10110101 10000101 100010 0 11011 11101 10000101 11101 111011

Color Harmonies of #78B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B585

Black with #78B585

Text Example


Text Example

White with #78B585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,181,133); }

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

background-color css

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

 a { background-color: rgb(120,181,133); }

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

border-color css

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

 span { border-color: rgb(120,181,133); }

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