#76B27D

Color #76B27D Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #76B27D

Tints of Bay Leaf #76B27D

Color information

#76B27D (or 0x76B27D) is unknown color: approx Bay Leaf. HEX triplet: 76, B2 and 7D. RGB value is (118,178,125). Sum of RGB (Red+Green+Blue) = 118+178+125=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #76B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B27D is #894D82. Grayscale: #9A9A9A. Windows color (decimal): -8998275 or 8237686. OLE color: 8237686.

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

Color convert

RGB118178125-
CMYK0.3400.300.30
HSL127º28.04%58.04%-
HSV(B)127º33.71%69.8%-
XYZ27.0937.1725.15-
YUV154.02111.62102.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=28.03%
G=42.28%
B=29.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781250.3400.300.3012728.0458.04
Hex76B27D2201E1E7f1c3a
Octal16626217542036361773472
Binary111011010110010111110110001001111011110111111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,125); }

 H1.HeaderClassName
 {
   color: #76B27D;
 }
 .AnyTagClassName
 {
   color: #76B27D;
 }
</style>
background-color css

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

 a { background-color: rgb(118,178,125); }

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

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

 span { border-color: rgb(118,178,125); }

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