Html Css Color HEX #78BD85 Bay Leaf

📋 copy color: '#78BD85'

red 120 ◦ green 189 ◦ blue 133

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

Shades of Bay Leaf #78BD85

Tints of Bay Leaf #78BD85

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.76%

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

R = 27.15%
G = 42.76%
B = 30.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#78BD85 (or 0x78BD85) is known color: Bay Leaf. HEX triplet: 78, BD and 85. RGB value is (120,189,133). Sum of RGB (Red+Green+Blue) = 120+189+133=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BD85 is #87427A. Grayscale: #A2A2A2. Windows color (decimal): -8864379 or 8764792. OLE color: 8764792.

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

Color convert

RGB 120 189 133 -
CMYK 0.37 0 0.30 0.26
HSL 131.3º 0.34% 0.61% -
HSV(B) 131.3º 0.37% 0.74% -
XYZ 30.18 42.08 28.72 -
YUV 161.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 120 189 133 0.37 0 0.30 0.26 131.3 0.34 0.61
Hex 78 BD 85 25 0 1E 1A 83 22 3D
Octal 170 275 205 45 0 36 32 203 42 75
Binary 1111000 10111101 10000101 100101 0 11110 11010 10000011 100010 111101

Color Harmonies of #78BD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BD85

Black with #78BD85

Text Example


Text Example

White with #78BD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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