#076F47

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

Shades of Watercourse #076F47

Tints of Watercourse #076F47

Color information

#076F47 (or 0x076F47) is unknown color: approx Watercourse. HEX triplet: 07, 6F and 47. RGB value is (7,111,71). Sum of RGB (Red+Green+Blue) = 7+111+71=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #076F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F47 is #F890B8. Grayscale: #4B4B4B. Windows color (decimal): -16289977 or 4681479. OLE color: 4681479.

HSL color Cylindrical-coordinate representation of color #076F47: hue angle of 156.92º 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 #076F47 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB711171-
CMYK0.9400.360.56
HSL156.92º88.14%23.14%-
HSV(B)156.92º93.69%43.53%-
XYZ6.9111.877.89-
YUV75.34125.5479.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 111 (43.75% from 255) = 58.73%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=3.70%
G=58.73%
B=37.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111710.9400.360.56156.9288.1423.14
Hex76F475E024389d5817
Octal71571071360447023513027
Binary111110111110001111011110010010011100010011101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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