Html Css Color HEX #78B680 Bay Leaf

📋 copy color: '#78B680'

red 120 ◦ green 182 ◦ blue 128

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

Shades of Bay Leaf #78B680

Tints of Bay Leaf #78B680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.33%

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 27.91%
G = 42.33%
B = 29.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#78B680 (or 0x78B680) is known color: Bay Leaf. HEX triplet: 78, B6 and 80. RGB value is (120,182,128). Sum of RGB (Red+Green+Blue) = 120+182+128=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #78B680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B680 is #87497F. Grayscale: #9D9D9D. Windows color (decimal): -8866176 or 8435320. OLE color: 8435320.

HSL color Cylindrical-coordinate representation of color #78B680: hue angle of 127.74º degrees, saturation: 0.3, 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 #78B680 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 182 128 -
CMYK 0.34 0 0.30 0.29
HSL 127.74º 0.3% 0.59% -
HSV(B) 127.74º 0.34% 0.71% -
XYZ 28.37 39.01 26.46 -
YUV 157.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 120 182 128 0.34 0 0.30 0.29 127.74 0.3 0.59
Hex 78 B6 80 22 0 1E 1D 80 1E 3B
Octal 170 266 200 42 0 36 35 200 36 73
Binary 1111000 10110110 10000000 100010 0 11110 11101 10000000 11110 111011

Color Harmonies of #78B680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B680

Black with #78B680

Text Example


Text Example

White with #78B680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,182,128); }

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

background-color css

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

 a { background-color: rgb(120,182,128); }

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

border-color css

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

 span { border-color: rgb(120,182,128); }

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