Html Css Color HEX #78A886 Bay Leaf

📋 copy color: '#78A886'

red 120 ◦ green 168 ◦ blue 134

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

Shades of Bay Leaf #78A886

Tints of Bay Leaf #78A886

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 28.44%
G = 39.81%
B = 31.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#78A886 (or 0x78A886) is known color: Bay Leaf. HEX triplet: 78, A8 and 86. RGB value is (120,168,134). Sum of RGB (Red+Green+Blue) = 120+168+134=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #78A886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A886 is #875779. Grayscale: #959595. Windows color (decimal): -8869754 or 8824952. OLE color: 8824952.

HSL color Cylindrical-coordinate representation of color #78A886: hue angle of 137.5º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A886 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 120 168 134 -
CMYK 0.29 0 0.20 0.34
HSL 137.5º 0.22% 0.56% -
HSV(B) 137.5º 0.29% 0.66% -
XYZ 26.05 33.72 27.69 -
YUV 149.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 120 168 134 0.29 0 0.20 0.34 137.5 0.22 0.56
Hex 78 A8 86 1D 0 14 22 8A 16 38
Octal 170 250 206 35 0 24 42 212 26 70
Binary 1111000 10101000 10000110 11101 0 10100 100010 10001010 10110 111000

Color Harmonies of #78A886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A886

Black with #78A886

Text Example


Text Example

White with #78A886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,168,134); }

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

background-color css

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

 a { background-color: rgb(120,168,134); }

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

border-color css

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

 span { border-color: rgb(120,168,134); }

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