Html Css Color HEX #76B38B Bay Leaf

📋 copy color: '#76B38B'

red 118 ◦ green 179 ◦ blue 139

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

Shades of Bay Leaf #76B38B

Tints of Bay Leaf #76B38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 27.06%
G = 41.06%
B = 31.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#76B38B (or 0x76B38B) is known color: Bay Leaf. HEX triplet: 76, B3 and 8B. RGB value is (118,179,139). Sum of RGB (Red+Green+Blue) = 118+179+139=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #76B38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B38B is #894C74. Grayscale: #9C9C9C. Windows color (decimal): -8998005 or 9155446. OLE color: 9155446.

HSL color Cylindrical-coordinate representation of color #76B38B: hue angle of 140.66º 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 #76B38B is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 139 -
CMYK 0.34 0 0.22 0.30
HSL 140.66º 0.29% 0.58% -
HSV(B) 140.66º 0.34% 0.7% -
XYZ 28.25 37.96 30.26 -
YUV 156.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 118 179 139 0.34 0 0.22 0.30 140.66 0.29 0.58
Hex 76 B3 8B 22 0 16 1E 8D 1D 3A
Octal 166 263 213 42 0 26 36 215 35 72
Binary 1110110 10110011 10001011 100010 0 10110 11110 10001101 11101 111010

Color Harmonies of #76B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B38B

Black with #76B38B

Text Example


Text Example

White with #76B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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