Html Css Color HEX #77AD8E Bay Leaf

📋 copy color: '#77AD8E'

red 119 ◦ green 173 ◦ blue 142

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

Shades of Bay Leaf #77AD8E

Tints of Bay Leaf #77AD8E

RGB

 RED value IS 119 (46.88% from 255) = 27.42%

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 27.42%
G = 39.86%
B = 32.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#77AD8E (or 0x77AD8E) is known color: Bay Leaf. HEX triplet: 77, AD and 8E. RGB value is (119,173,142). Sum of RGB (Red+Green+Blue) = 119+173+142=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AD8E is #885271. Grayscale: #999999. Windows color (decimal): -8934002 or 9350519. OLE color: 9350519.

HSL color Cylindrical-coordinate representation of color #77AD8E: hue angle of 145.56º degrees, saturation: 0.25, 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 #77AD8E is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 173 142 -
CMYK 0.31 0 0.18 0.32
HSL 145.56º 0.25% 0.57% -
HSV(B) 145.56º 0.31% 0.68% -
XYZ 27.43 35.76 31.05 -
YUV 153.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 119 173 142 0.31 0 0.18 0.32 145.56 0.25 0.57
Hex 77 AD 8E 1F 0 12 20 92 19 39
Octal 167 255 216 37 0 22 40 222 31 71
Binary 1110111 10101101 10001110 11111 0 10010 100000 10010010 11001 111001

Color Harmonies of #77AD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AD8E

Black with #77AD8E

Text Example


Text Example

White with #77AD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AD8E; }

 p { color: rgb(119,173,142); }

 H1.HeaderClassName
 {
   color: #77AD8E;
 }
 .AnyTagClassName
 {
   color: #77AD8E;
 }
</style>

background-color css

<style>
 a { background-color: #77AD8E; }

 a { background-color: rgb(119,173,142); }

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

border-color css

<style>
 span { border-color: #77AD8E; }

 span { border-color: rgb(119,173,142); }

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