Html Css Color HEX #76B48F Bay Leaf

📋 copy color: '#76B48F'

red 118 ◦ green 180 ◦ blue 143

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

Shades of Bay Leaf #76B48F

Tints of Bay Leaf #76B48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 26.76%
G = 40.82%
B = 32.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#76B48F (or 0x76B48F) is known color: Bay Leaf. HEX triplet: 76, B4 and 8F. RGB value is (118,180,143). Sum of RGB (Red+Green+Blue) = 118+180+143=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #76B48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B48F is #894B70. Grayscale: #9D9D9D. Windows color (decimal): -8997745 or 9417846. OLE color: 9417846.

HSL color Cylindrical-coordinate representation of color #76B48F: hue angle of 144.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B48F is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 143 -
CMYK 0.34 0 0.21 0.29
HSL 144.19º 0.29% 0.58% -
HSV(B) 144.19º 0.34% 0.71% -
XYZ 28.75 38.48 31.9 -
YUV 157.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 118 180 143 0.34 0 0.21 0.29 144.19 0.29 0.58
Hex 76 B4 8F 22 0 15 1D 90 1D 3A
Octal 166 264 217 42 0 25 35 220 35 72
Binary 1110110 10110100 10001111 100010 0 10101 11101 10010000 11101 111010

Color Harmonies of #76B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B48F

Black with #76B48F

Text Example


Text Example

White with #76B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,143); }

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

background-color css

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

 a { background-color: rgb(118,180,143); }

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

border-color css

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

 span { border-color: rgb(118,180,143); }

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