Html Css Color HEX #76B88F Bay Leaf

📋 copy color: '#76B88F'

red 118 ◦ green 184 ◦ blue 143

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

Shades of Bay Leaf #76B88F

Tints of Bay Leaf #76B88F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.35%

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

R = 26.52%
G = 41.35%
B = 32.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#76B88F (or 0x76B88F) is known color: Bay Leaf. HEX triplet: 76, B8 and 8F. RGB value is (118,184,143). Sum of RGB (Red+Green+Blue) = 118+184+143=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #76B88F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B88F is #894770. Grayscale: #9F9F9F. Windows color (decimal): -8996721 or 9418870. OLE color: 9418870.

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

Color convert

RGB 118 184 143 -
CMYK 0.36 0 0.22 0.28
HSL 142.73º 0.32% 0.59% -
HSV(B) 142.73º 0.36% 0.72% -
XYZ 29.57 40.12 32.17 -
YUV 159.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 118 184 143 0.36 0 0.22 0.28 142.73 0.32 0.59
Hex 76 B8 8F 24 0 16 1C 8F 20 3B
Octal 166 270 217 44 0 26 34 217 40 73
Binary 1110110 10111000 10001111 100100 0 10110 11100 10001111 100000 111011

Color Harmonies of #76B88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B88F

Black with #76B88F

Text Example


Text Example

White with #76B88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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