Html Css Color HEX #76B889 Bay Leaf

📋 copy color: '#76B889'

red 118 ◦ green 184 ◦ blue 137

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

Shades of Bay Leaf #76B889

Tints of Bay Leaf #76B889

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 26.88%
G = 41.91%
B = 31.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#76B889 (or 0x76B889) is known color: Bay Leaf. HEX triplet: 76, B8 and 89. RGB value is (118,184,137). Sum of RGB (Red+Green+Blue) = 118+184+137=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #76B889 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B889 is #894776. Grayscale: #9F9F9F. Windows color (decimal): -8996727 or 9025654. OLE color: 9025654.

HSL color Cylindrical-coordinate representation of color #76B889: hue angle of 137.27º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B889 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 184 137 -
CMYK 0.36 0 0.26 0.28
HSL 137.27º 0.32% 0.59% -
HSV(B) 137.27º 0.36% 0.72% -
XYZ 29.13 39.94 29.84 -
YUV 158.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 118 184 137 0.36 0 0.26 0.28 137.27 0.32 0.59
Hex 76 B8 89 24 0 1A 1C 89 20 3B
Octal 166 270 211 44 0 32 34 211 40 73
Binary 1110110 10111000 10001001 100100 0 11010 11100 10001001 100000 111011

Color Harmonies of #76B889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B889

Black with #76B889

Text Example


Text Example

White with #76B889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,184,137); }

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

background-color css

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

 a { background-color: rgb(118,184,137); }

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

border-color css

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

 span { border-color: rgb(118,184,137); }

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