#076E51

Color #076E51 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #076E51

Tints of Watercourse #076E51

Color information

#076E51 (or 0x076E51) is unknown color: approx Watercourse. HEX triplet: 07, 6E and 51. RGB value is (7,110,81). Sum of RGB (Red+Green+Blue) = 7+110+81=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #076E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E51 is #F891AE. Grayscale: #4B4B4B. Windows color (decimal): -16290223 or 5336583. OLE color: 5336583.

HSL color Cylindrical-coordinate representation of color #076E51: hue angle of 163.11º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E51 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB711081-
CMYK0.9400.260.57
HSL163.11º88.03%22.94%-
HSV(B)163.11º93.64%43.14%-
XYZ7.1511.799.68-
YUV75.9130.8878.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 110 (43.36% from 255) = 55.56%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=3.54%
G=55.56%
B=40.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7110810.9400.260.57163.1188.0322.94
Hex76E515E01A39a35817
Octal71561211360327124313027
Binary11111011101010001101111001101011100110100011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076E51; }

 p { color: rgb(7,110,81); }

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

<style>
 a { background-color: #076E51; }

 a { background-color: rgb(7,110,81); }

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

<style>
 span { border-color: #076E51; }

 span { border-color: rgb(7,110,81); }

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