Html Css Color HEX #76B87F Bay Leaf

📋 copy color: '#76B87F'

red 118 ◦ green 184 ◦ blue 127

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

Shades of Bay Leaf #76B87F

Tints of Bay Leaf #76B87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.6%

R = 27.51%
G = 42.89%
B = 29.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#76B87F (or 0x76B87F) is known color: Bay Leaf. HEX triplet: 76, B8 and 7F. RGB value is (118,184,127). Sum of RGB (Red+Green+Blue) = 118+184+127=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #76B87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B87F is #894780. Grayscale: #9D9D9D. Windows color (decimal): -8996737 or 8370294. OLE color: 8370294.

HSL color Cylindrical-coordinate representation of color #76B87F: hue angle of 128.18º 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 #76B87F is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 184 127 -
CMYK 0.36 0 0.31 0.28
HSL 128.18º 0.32% 0.59% -
HSV(B) 128.18º 0.36% 0.72% -
XYZ 28.44 39.66 26.24 -
YUV 157.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 118 184 127 0.36 0 0.31 0.28 128.18 0.32 0.59
Hex 76 B8 7F 24 0 1F 1C 80 20 3B
Octal 166 270 177 44 0 37 34 200 40 73
Binary 1110110 10111000 1111111 100100 0 11111 11100 10000000 100000 111011

Color Harmonies of #76B87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B87F

Black with #76B87F

Text Example


Text Example

White with #76B87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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