Html Css Color HEX #76B681 Bay Leaf

📋 copy color: '#76B681'

red 118 ◦ green 182 ◦ blue 129

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

Shades of Bay Leaf #76B681

Tints of Bay Leaf #76B681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 27.51%
G = 42.42%
B = 30.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#76B681 (or 0x76B681) is known color: Bay Leaf. HEX triplet: 76, B6 and 81. RGB value is (118,182,129). Sum of RGB (Red+Green+Blue) = 118+182+129=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #76B681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B681 is #89497E. Grayscale: #9C9C9C. Windows color (decimal): -8997247 or 8500854. OLE color: 8500854.

HSL color Cylindrical-coordinate representation of color #76B681: hue angle of 130.31º 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 #76B681 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 182 129 -
CMYK 0.35 0 0.29 0.29
HSL 130.31º 0.3% 0.59% -
HSV(B) 130.31º 0.35% 0.71% -
XYZ 28.16 38.89 26.79 -
YUV 156.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 118 182 129 0.35 0 0.29 0.29 130.31 0.3 0.59
Hex 76 B6 81 23 0 1D 1D 82 1E 3B
Octal 166 266 201 43 0 35 35 202 36 73
Binary 1110110 10110110 10000001 100011 0 11101 11101 10000010 11110 111011

Color Harmonies of #76B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B681

Black with #76B681

Text Example


Text Example

White with #76B681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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