Html Css Color HEX #76AA88 Bay Leaf

📋 copy color: '#76AA88'

red 118 ◦ green 170 ◦ blue 136

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

Shades of Bay Leaf #76AA88

Tints of Bay Leaf #76AA88

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.09%

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

R = 27.83%
G = 40.09%
B = 32.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#76AA88 (or 0x76AA88) is known color: Bay Leaf. HEX triplet: 76, AA and 88. RGB value is (118,170,136). Sum of RGB (Red+Green+Blue) = 118+170+136=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA88 is #895577. Grayscale: #969696. Windows color (decimal): -9000312 or 8956534. OLE color: 8956534.

HSL color Cylindrical-coordinate representation of color #76AA88: hue angle of 140.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AA88 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 170 136 -
CMYK 0.31 0 0.20 0.33
HSL 140.77º 0.23% 0.56% -
HSV(B) 140.77º 0.31% 0.67% -
XYZ 26.29 34.38 28.54 -
YUV 150.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 118 170 136 0.31 0 0.20 0.33 140.77 0.23 0.56
Hex 76 AA 88 1F 0 14 21 8D 17 38
Octal 166 252 210 37 0 24 41 215 27 70
Binary 1110110 10101010 10001000 11111 0 10100 100001 10001101 10111 111000

Color Harmonies of #76AA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA88

Black with #76AA88

Text Example


Text Example

White with #76AA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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