Html Css Color HEX #76B37D Bay Leaf

📋 copy color: '#76B37D'

red 118 ◦ green 179 ◦ blue 125

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

Shades of Bay Leaf #76B37D

Tints of Bay Leaf #76B37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 27.96%
G = 42.42%
B = 29.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#76B37D (or 0x76B37D) is known color: Bay Leaf. HEX triplet: 76, B3 and 7D. RGB value is (118,179,125). Sum of RGB (Red+Green+Blue) = 118+179+125=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #76B37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B37D is #894C82. Grayscale: #9A9A9A. Windows color (decimal): -8998019 or 8237942. OLE color: 8237942.

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

Color convert

RGB 118 179 125 -
CMYK 0.34 0 0.30 0.30
HSL 126.89º 0.29% 0.58% -
HSV(B) 126.89º 0.34% 0.7% -
XYZ 27.29 37.57 25.22 -
YUV 154.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 118 179 125 0.34 0 0.30 0.30 126.89 0.29 0.58
Hex 76 B3 7D 22 0 1E 1E 7F 1D 3A
Octal 166 263 175 42 0 36 36 177 35 72
Binary 1110110 10110011 1111101 100010 0 11110 11110 1111111 11101 111010

Color Harmonies of #76B37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B37D

Black with #76B37D

Text Example


Text Example

White with #76B37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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