Html Css Color HEX #76B98E Bay Leaf

📋 copy color: '#76B98E'

red 118 ◦ green 185 ◦ blue 142

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

Shades of Bay Leaf #76B98E

Tints of Bay Leaf #76B98E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 26.52%
G = 41.57%
B = 31.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#76B98E (or 0x76B98E) is known color: Bay Leaf. HEX triplet: 76, B9 and 8E. RGB value is (118,185,142). Sum of RGB (Red+Green+Blue) = 118+185+142=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #76B98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B98E is #894671. Grayscale: #A0A0A0. Windows color (decimal): -8996466 or 9353590. OLE color: 9353590.

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

Color convert

RGB 118 185 142 -
CMYK 0.36 0 0.23 0.27
HSL 141.49º 0.32% 0.59% -
HSV(B) 141.49º 0.36% 0.73% -
XYZ 29.7 40.5 31.84 -
YUV 160.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 118 185 142 0.36 0 0.23 0.27 141.49 0.32 0.59
Hex 76 B9 8E 24 0 17 1B 8D 20 3B
Octal 166 271 216 44 0 27 33 215 40 73
Binary 1110110 10111001 10001110 100100 0 10111 11011 10001101 100000 111011

Color Harmonies of #76B98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B98E

Black with #76B98E

Text Example


Text Example

White with #76B98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,185,142); }

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

background-color css

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

 a { background-color: rgb(118,185,142); }

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

border-color css

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

 span { border-color: rgb(118,185,142); }

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