Html Css Color HEX #76B389 Bay Leaf

📋 copy color: '#76B389'

red 118 ◦ green 179 ◦ blue 137

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

Shades of Bay Leaf #76B389

Tints of Bay Leaf #76B389

RGB

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

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

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

R = 27.19%
G = 41.24%
B = 31.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#76B389 (or 0x76B389) is known color: Bay Leaf. HEX triplet: 76, B3 and 89. RGB value is (118,179,137). Sum of RGB (Red+Green+Blue) = 118+179+137=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #76B389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B389 is #894C76. Grayscale: #9C9C9C. Windows color (decimal): -8998007 or 9024374. OLE color: 9024374.

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

Color convert

RGB 118 179 137 -
CMYK 0.34 0 0.23 0.30
HSL 138.69º 0.29% 0.58% -
HSV(B) 138.69º 0.34% 0.7% -
XYZ 28.11 37.9 29.5 -
YUV 155.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 118 179 137 0.34 0 0.23 0.30 138.69 0.29 0.58
Hex 76 B3 89 22 0 17 1E 8B 1D 3A
Octal 166 263 211 42 0 27 36 213 35 72
Binary 1110110 10110011 10001001 100010 0 10111 11110 10001011 11101 111010

Color Harmonies of #76B389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B389

Black with #76B389

Text Example


Text Example

White with #76B389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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