#76C689

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

Shades of Bay Leaf #76C689

Tints of Bay Leaf #76C689

Color information

#76C689 (or 0x76C689) is unknown color: approx Bay Leaf. HEX triplet: 76, C6 and 89. RGB value is (118,198,137). Sum of RGB (Red+Green+Blue) = 118+198+137=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #76C689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C689 is #893976. Grayscale: #A7A7A7. Windows color (decimal): -8993143 or 9029238. OLE color: 9029238.

HSL color Cylindrical-coordinate representation of color #76C689: hue angle of 134.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C689 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB118198137-
CMYK0.4000.310.22
HSL134.25º41.24%61.96%-
HSV(B)134.25º40.4%77.65%-
XYZ32.1846.0530.86-
YUV167.1311192.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 198 (77.73% from 255) = 43.71%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=26.05%
G=43.71%
B=30.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181981370.4000.310.22134.2541.2461.96
Hex76C6892801F1686293e
Octal16630621150037262065176
Binary111011011000110100010011010000111111011010000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,198,137); }

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

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

 a { background-color: rgb(118,198,137); }

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

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

 span { border-color: rgb(118,198,137); }

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