Html Css Color HEX #78AC8B Bay Leaf

📋 copy color: '#78AC8B'

red 120 ◦ green 172 ◦ blue 139

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

Shades of Bay Leaf #78AC8B

Tints of Bay Leaf #78AC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 27.84%
G = 39.91%
B = 32.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#78AC8B (or 0x78AC8B) is known color: Bay Leaf. HEX triplet: 78, AC and 8B. RGB value is (120,172,139). Sum of RGB (Red+Green+Blue) = 120+172+139=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AC8B is #875374. Grayscale: #989898. Windows color (decimal): -8868725 or 9153656. OLE color: 9153656.

HSL color Cylindrical-coordinate representation of color #78AC8B: hue angle of 141.92º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AC8B is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 172 139 -
CMYK 0.30 0 0.19 0.33
HSL 141.92º 0.24% 0.57% -
HSV(B) 141.92º 0.3% 0.67% -
XYZ 27.16 35.36 29.82 -
YUV 152.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 120 172 139 0.30 0 0.19 0.33 141.92 0.24 0.57
Hex 78 AC 8B 1E 0 13 21 8E 18 39
Octal 170 254 213 36 0 23 41 216 30 71
Binary 1111000 10101100 10001011 11110 0 10011 100001 10001110 11000 111001

Color Harmonies of #78AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AC8B

Black with #78AC8B

Text Example


Text Example

White with #78AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,172,139); }

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

background-color css

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

 a { background-color: rgb(120,172,139); }

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

border-color css

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

 span { border-color: rgb(120,172,139); }

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