Html Css Color HEX #76C086 Bay Leaf

📋 copy color: '#76C086'

red 118 ◦ green 192 ◦ blue 134

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

Shades of Bay Leaf #76C086

Tints of Bay Leaf #76C086

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.24%

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

R = 26.58%
G = 43.24%
B = 30.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#76C086 (or 0x76C086) is known color: Bay Leaf. HEX triplet: 76, C0 and 86. RGB value is (118,192,134). Sum of RGB (Red+Green+Blue) = 118+192+134=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #76C086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C086 is #893F79. Grayscale: #A3A3A3. Windows color (decimal): -8994682 or 8831094. OLE color: 8831094.

HSL color Cylindrical-coordinate representation of color #76C086: hue angle of 132.97º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C086 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 134 -
CMYK 0.39 0 0.30 0.25
HSL 132.97º 0.37% 0.61% -
HSV(B) 132.97º 0.39% 0.75% -
XYZ 30.62 43.27 29.29 -
YUV 163.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 118 192 134 0.39 0 0.30 0.25 132.97 0.37 0.61
Hex 76 C0 86 27 0 1E 19 85 25 3D
Octal 166 300 206 47 0 36 31 205 45 75
Binary 1110110 11000000 10000110 100111 0 11110 11001 10000101 100101 111101

Color Harmonies of #76C086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C086

Black with #76C086

Text Example


Text Example

White with #76C086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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