#76C090

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

Shades of Bay Leaf #76C090

Tints of Bay Leaf #76C090

Color information

#76C090 (or 0x76C090) is unknown color: approx Bay Leaf. HEX triplet: 76, C0 and 90. RGB value is (118,192,144). Sum of RGB (Red+Green+Blue) = 118+192+144=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #76C090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C090 is #893F6F. Grayscale: #A4A4A4. Windows color (decimal): -8994672 or 9486454. OLE color: 9486454.

HSL color Cylindrical-coordinate representation of color #76C090: hue angle of 141.08º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C090 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB118192144-
CMYK0.3900.250.25
HSL141.08º37%60.78%-
HSV(B)141.08º38.54%75.29%-
XYZ31.3543.5633.14-
YUV164.4116.4894.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 192 (75.39% from 255) = 42.29%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=25.99%
G=42.29%
B=31.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921440.3900.250.25141.083760.78
Hex76C09027019198d253d
Octal16630022047031312154575
Binary111011011000000100100001001110110011100110001101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,144); }

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

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

 a { background-color: rgb(118,192,144); }

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

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

 span { border-color: rgb(118,192,144); }

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