Html Css Color HEX #78AD8A Bay Leaf

📋 copy color: '#78AD8A'

red 120 ◦ green 173 ◦ blue 138

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

Shades of Bay Leaf #78AD8A

Tints of Bay Leaf #78AD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 27.84%
G = 40.14%
B = 32.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#78AD8A (or 0x78AD8A) is known color: Bay Leaf. HEX triplet: 78, AD and 8A. RGB value is (120,173,138). Sum of RGB (Red+Green+Blue) = 120+173+138=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AD8A is #875275. Grayscale: #999999. Windows color (decimal): -8868470 or 9088376. OLE color: 9088376.

HSL color Cylindrical-coordinate representation of color #78AD8A: hue angle of 140.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AD8A is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 173 138 -
CMYK 0.31 0 0.20 0.32
HSL 140.38º 0.24% 0.57% -
HSV(B) 140.38º 0.31% 0.68% -
XYZ 27.28 35.72 29.5 -
YUV 153.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 120 173 138 0.31 0 0.20 0.32 140.38 0.24 0.57
Hex 78 AD 8A 1F 0 14 20 8C 18 39
Octal 170 255 212 37 0 24 40 214 30 71
Binary 1111000 10101101 10001010 11111 0 10100 100000 10001100 11000 111001

Color Harmonies of #78AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AD8A

Black with #78AD8A

Text Example


Text Example

White with #78AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,173,138); }

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

background-color css

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

 a { background-color: rgb(120,173,138); }

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

border-color css

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

 span { border-color: rgb(120,173,138); }

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