Html Css Color HEX #76B686 Bay Leaf

📋 copy color: '#76B686'

red 118 ◦ green 182 ◦ blue 134

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

Shades of Bay Leaf #76B686

Tints of Bay Leaf #76B686

RGB

 RED value IS 118 (46.48% from 255) = 27.19%

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 27.19%
G = 41.94%
B = 30.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#76B686 (or 0x76B686) is known color: Bay Leaf. HEX triplet: 76, B6 and 86. RGB value is (118,182,134). Sum of RGB (Red+Green+Blue) = 118+182+134=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #76B686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B686 is #894979. Grayscale: #9D9D9D. Windows color (decimal): -8997242 or 8828534. OLE color: 8828534.

HSL color Cylindrical-coordinate representation of color #76B686: hue angle of 135º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B686 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 182 134 -
CMYK 0.35 0 0.26 0.29
HSL 135º 0.3% 0.59% -
HSV(B) 135º 0.35% 0.71% -
XYZ 28.5 39.03 28.59 -
YUV 157.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 118 182 134 0.35 0 0.26 0.29 135 0.3 0.59
Hex 76 B6 86 23 0 1A 1D 87 1E 3B
Octal 166 266 206 43 0 32 35 207 36 73
Binary 1110110 10110110 10000110 100011 0 11010 11101 10000111 11110 111011

Color Harmonies of #76B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B686

Black with #76B686

Text Example


Text Example

White with #76B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B686; }

 p { color: rgb(118,182,134); }

 H1.HeaderClassName
 {
   color: #76B686;
 }
 .AnyTagClassName
 {
   color: #76B686;
 }
</style>

background-color css

<style>
 a { background-color: #76B686; }

 a { background-color: rgb(118,182,134); }

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

border-color css

<style>
 span { border-color: #76B686; }

 span { border-color: rgb(118,182,134); }

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