#76B683

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

Shades of Bay Leaf #76B683

Tints of Bay Leaf #76B683

Color information

#76B683 (or 0x76B683) is unknown color: approx Bay Leaf. HEX triplet: 76, B6 and 83. RGB value is (118,182,131). Sum of RGB (Red+Green+Blue) = 118+182+131=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #76B683 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B683 is #89497C. Grayscale: #9D9D9D. Windows color (decimal): -8997245 or 8631926. OLE color: 8631926.

HSL color Cylindrical-coordinate representation of color #76B683: hue angle of 132.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B683 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB118182131-
CMYK0.3500.280.29
HSL132.19º30.48%58.82%-
HSV(B)132.19º35.16%71.37%-
XYZ28.338.9527.5-
YUV157.05113.3100.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=27.38%
G=42.23%
B=30.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181821310.3500.280.29132.1930.4858.82
Hex76B6832301C1D841e3b
Octal16626620343034352043673
Binary11101101011011010000011100011011100111011000010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,182,131); }

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

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

 a { background-color: rgb(118,182,131); }

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

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

 span { border-color: rgb(118,182,131); }

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