Html Css Color HEX #76AB87 Bay Leaf

📋 copy color: '#76AB87'

red 118 ◦ green 171 ◦ blue 135

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

Shades of Bay Leaf #76AB87

Tints of Bay Leaf #76AB87

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 27.83%
G = 40.33%
B = 31.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#76AB87 (or 0x76AB87) is known color: Bay Leaf. HEX triplet: 76, AB and 87. RGB value is (118,171,135). Sum of RGB (Red+Green+Blue) = 118+171+135=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB87 is #895478. Grayscale: #979797. Windows color (decimal): -9000057 or 8891254. OLE color: 8891254.

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

Color convert

RGB 118 171 135 -
CMYK 0.31 0 0.21 0.33
HSL 139.25º 0.24% 0.57% -
HSV(B) 139.25º 0.31% 0.67% -
XYZ 26.41 34.73 28.23 -
YUV 151.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 118 171 135 0.31 0 0.21 0.33 139.25 0.24 0.57
Hex 76 AB 87 1F 0 15 21 8B 18 39
Octal 166 253 207 37 0 25 41 213 30 71
Binary 1110110 10101011 10000111 11111 0 10101 100001 10001011 11000 111001

Color Harmonies of #76AB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB87

Black with #76AB87

Text Example


Text Example

White with #76AB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,135); }

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

background-color css

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

 a { background-color: rgb(118,171,135); }

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

border-color css

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

 span { border-color: rgb(118,171,135); }

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