#076F50

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

Shades of Watercourse #076F50

Tints of Watercourse #076F50

Color information

#076F50 (or 0x076F50) is unknown color: approx Watercourse. HEX triplet: 07, 6F and 50. RGB value is (7,111,80). Sum of RGB (Red+Green+Blue) = 7+111+80=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #076F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F50 is #F890AF. Grayscale: #4C4C4C. Windows color (decimal): -16289968 or 5271303. OLE color: 5271303.

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

Color convert

RGB711180-
CMYK0.9400.280.56
HSL162.12º88.14%23.14%-
HSV(B)162.12º93.69%43.53%-
XYZ7.2211.999.52-
YUV76.37130.0478.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 111 (43.75% from 255) = 56.06%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=3.54%
G=56.06%
B=40.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111800.9400.280.56162.1288.1423.14
Hex76F505E01C38a25817
Octal71571201360347024213027
Binary11111011111010000101111001110011100010100010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,111,80); }

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

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

 a { background-color: rgb(7,111,80); }

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

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

 span { border-color: rgb(7,111,80); }

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