Html Css Color HEX #76B77E Bay Leaf

📋 copy color: '#76B77E'

red 118 ◦ green 183 ◦ blue 126

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

Shades of Bay Leaf #76B77E

Tints of Bay Leaf #76B77E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.86%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 27.63%
G = 42.86%
B = 29.51%

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

#76B77E (or 0x76B77E) is known color: Bay Leaf. HEX triplet: 76, B7 and 7E. RGB value is (118,183,126). Sum of RGB (Red+Green+Blue) = 118+183+126=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #76B77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B77E is #894881. Grayscale: #9D9D9D. Windows color (decimal): -8996994 or 8304502. OLE color: 8304502.

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

Color convert

RGB 118 183 126 -
CMYK 0.36 0 0.31 0.28
HSL 127.38º 0.31% 0.59% -
HSV(B) 127.38º 0.36% 0.72% -
XYZ 28.17 39.22 25.83 -
YUV 157.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 118 183 126 0.36 0 0.31 0.28 127.38 0.31 0.59
Hex 76 B7 7E 24 0 1F 1C 7F 1F 3B
Octal 166 267 176 44 0 37 34 177 37 73
Binary 1110110 10110111 1111110 100100 0 11111 11100 1111111 11111 111011

Color Harmonies of #76B77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B77E

Black with #76B77E

Text Example


Text Example

White with #76B77E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,183,126); }

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

background-color css

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

 a { background-color: rgb(118,183,126); }

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

border-color css

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

 span { border-color: rgb(118,183,126); }

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