Html Css Color HEX #78AA8B Bay Leaf

📋 copy color: '#78AA8B'

red 120 ◦ green 170 ◦ blue 139

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

Shades of Bay Leaf #78AA8B

Tints of Bay Leaf #78AA8B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

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

R = 27.97%
G = 39.63%
B = 32.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#78AA8B (or 0x78AA8B) is known color: Bay Leaf. HEX triplet: 78, AA and 8B. RGB value is (120,170,139). Sum of RGB (Red+Green+Blue) = 120+170+139=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA8B is #875574. Grayscale: #979797. Windows color (decimal): -8869237 or 9153144. OLE color: 9153144.

HSL color Cylindrical-coordinate representation of color #78AA8B: hue angle of 142.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA8B is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 170 139 -
CMYK 0.29 0 0.18 0.33
HSL 142.8º 0.23% 0.57% -
HSV(B) 142.8º 0.29% 0.67% -
XYZ 26.78 34.61 29.69 -
YUV 151.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 120 170 139 0.29 0 0.18 0.33 142.8 0.23 0.57
Hex 78 AA 8B 1D 0 12 21 8F 17 39
Octal 170 252 213 35 0 22 41 217 27 71
Binary 1111000 10101010 10001011 11101 0 10010 100001 10001111 10111 111001

Color Harmonies of #78AA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA8B

Black with #78AA8B

Text Example


Text Example

White with #78AA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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