#76C185

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

Shades of Bay Leaf #76C185

Tints of Bay Leaf #76C185

Color information

#76C185 (or 0x76C185) is unknown color: approx Bay Leaf. HEX triplet: 76, C1 and 85. RGB value is (118,193,133). Sum of RGB (Red+Green+Blue) = 118+193+133=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #76C185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C185 is #893E7A. Grayscale: #A3A3A3. Windows color (decimal): -8994427 or 8765814. OLE color: 8765814.

HSL color Cylindrical-coordinate representation of color #76C185: hue angle of 132º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C185 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB118193133-
CMYK0.3900.310.24
HSL132º37.69%60.98%-
HSV(B)132º38.86%75.69%-
XYZ30.7743.6829-
YUV163.73110.6595.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=26.58%
G=43.47%
B=29.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931330.3900.310.2413237.6960.98
Hex76C1852701F1884263d
Octal16630120547037302044675
Binary111011011000001100001011001110111111100010000100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,133); }

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

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

 a { background-color: rgb(118,193,133); }

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

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

 span { border-color: rgb(118,193,133); }

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