Html Css Color HEX #76B38E Bay Leaf

📋 copy color: '#76B38E'

red 118 ◦ green 179 ◦ blue 142

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

Shades of Bay Leaf #76B38E

Tints of Bay Leaf #76B38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 26.88%
G = 40.77%
B = 32.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#76B38E (or 0x76B38E) is known color: Bay Leaf. HEX triplet: 76, B3 and 8E. RGB value is (118,179,142). Sum of RGB (Red+Green+Blue) = 118+179+142=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #76B38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B38E is #894C71. Grayscale: #9C9C9C. Windows color (decimal): -8998002 or 9352054. OLE color: 9352054.

HSL color Cylindrical-coordinate representation of color #76B38E: hue angle of 143.61º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B38E is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 142 -
CMYK 0.34 0 0.21 0.30
HSL 143.61º 0.29% 0.58% -
HSV(B) 143.61º 0.34% 0.7% -
XYZ 28.47 38.04 31.43 -
YUV 156.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 118 179 142 0.34 0 0.21 0.30 143.61 0.29 0.58
Hex 76 B3 8E 22 0 15 1E 90 1D 3A
Octal 166 263 216 42 0 25 36 220 35 72
Binary 1110110 10110011 10001110 100010 0 10101 11110 10010000 11101 111010

Color Harmonies of #76B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B38E

Black with #76B38E

Text Example


Text Example

White with #76B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,142); }

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

background-color css

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

 a { background-color: rgb(118,179,142); }

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

border-color css

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

 span { border-color: rgb(118,179,142); }

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