Html Css Color HEX #76AD88 Bay Leaf

📋 copy color: '#76AD88'

red 118 ◦ green 173 ◦ blue 136

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

Shades of Bay Leaf #76AD88

Tints of Bay Leaf #76AD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 27.63%
G = 40.52%
B = 31.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#76AD88 (or 0x76AD88) is known color: Bay Leaf. HEX triplet: 76, AD and 88. RGB value is (118,173,136). Sum of RGB (Red+Green+Blue) = 118+173+136=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AD88 is #895277. Grayscale: #989898. Windows color (decimal): -8999544 or 8957302. OLE color: 8957302.

HSL color Cylindrical-coordinate representation of color #76AD88: hue angle of 139.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD88 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 136 -
CMYK 0.32 0 0.21 0.32
HSL 139.64º 0.25% 0.57% -
HSV(B) 139.64º 0.32% 0.68% -
XYZ 26.86 35.52 28.73 -
YUV 152.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 118 173 136 0.32 0 0.21 0.32 139.64 0.25 0.57
Hex 76 AD 88 20 0 15 20 8C 19 39
Octal 166 255 210 40 0 25 40 214 31 71
Binary 1110110 10101101 10001000 100000 0 10101 100000 10001100 11001 111001

Color Harmonies of #76AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD88

Black with #76AD88

Text Example


Text Example

White with #76AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,136); }

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

background-color css

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

 a { background-color: rgb(118,173,136); }

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

border-color css

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

 span { border-color: rgb(118,173,136); }

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