Html Css Color HEX #76B881 Bay Leaf

📋 copy color: '#76B881'

red 118 ◦ green 184 ◦ blue 129

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

Shades of Bay Leaf #76B881

Tints of Bay Leaf #76B881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 27.38%
G = 42.69%
B = 29.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#76B881 (or 0x76B881) is known color: Bay Leaf. HEX triplet: 76, B8 and 81. RGB value is (118,184,129). Sum of RGB (Red+Green+Blue) = 118+184+129=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #76B881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B881 is #89477E. Grayscale: #9E9E9E. Windows color (decimal): -8996735 or 8501366. OLE color: 8501366.

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

Color convert

RGB 118 184 129 -
CMYK 0.36 0 0.30 0.28
HSL 130º 0.32% 0.59% -
HSV(B) 130º 0.36% 0.72% -
XYZ 28.57 39.72 26.93 -
YUV 158 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 118 184 129 0.36 0 0.30 0.28 130 0.32 0.59
Hex 76 B8 81 24 0 1E 1C 82 20 3B
Octal 166 270 201 44 0 36 34 202 40 73
Binary 1110110 10111000 10000001 100100 0 11110 11100 10000010 100000 111011

Color Harmonies of #76B881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B881

Black with #76B881

Text Example


Text Example

White with #76B881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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