Html Css Color HEX #76BB8D Bay Leaf

📋 copy color: '#76BB8D'

red 118 ◦ green 187 ◦ blue 141

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

Shades of Bay Leaf #76BB8D

Tints of Bay Leaf #76BB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.93%

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 26.46%
G = 41.93%
B = 31.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#76BB8D (or 0x76BB8D) is known color: Bay Leaf. HEX triplet: 76, BB and 8D. RGB value is (118,187,141). Sum of RGB (Red+Green+Blue) = 118+187+141=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BB8D is #894472. Grayscale: #A1A1A1. Windows color (decimal): -8995955 or 9288566. OLE color: 9288566.

HSL color Cylindrical-coordinate representation of color #76BB8D: hue angle of 140º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB8D is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 187 141 -
CMYK 0.37 0 0.25 0.27
HSL 140º 0.34% 0.6% -
HSV(B) 140º 0.37% 0.73% -
XYZ 30.05 41.32 31.59 -
YUV 161.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 118 187 141 0.37 0 0.25 0.27 140 0.34 0.6
Hex 76 BB 8D 25 0 19 1B 8C 22 3C
Octal 166 273 215 45 0 31 33 214 42 74
Binary 1110110 10111011 10001101 100101 0 11001 11011 10001100 100010 111100

Color Harmonies of #76BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB8D

Black with #76BB8D

Text Example


Text Example

White with #76BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,141); }

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

background-color css

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

 a { background-color: rgb(118,187,141); }

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

border-color css

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

 span { border-color: rgb(118,187,141); }

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