#076049

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

Shades of Watercourse #076049

Tints of Watercourse #076049

Color information

#076049 (or 0x076049) is unknown color: approx Watercourse. HEX triplet: 07, 60 and 49. RGB value is (7,96,73). Sum of RGB (Red+Green+Blue) = 7+96+73=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #076049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076049 is #F89FB6. Grayscale: #424242. Windows color (decimal): -16293815 or 4808711. OLE color: 4808711.

HSL color Cylindrical-coordinate representation of color #076049: hue angle of 164.49º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076049 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB79673-
CMYK0.9300.240.62
HSL164.49º86.41%20.2%-
HSV(B)164.49º92.71%37.65%-
XYZ5.478.897.73-
YUV66.77131.5185.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=3.98%
G=54.55%
B=41.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796730.9300.240.62164.4986.4120.2
Hex760495D0183Ea45614
Octal71401111350307624412624
Binary11111000001001001101110101100011111010100100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076049; }

 p { color: rgb(7,96,73); }

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

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

 a { background-color: rgb(7,96,73); }

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

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

 span { border-color: rgb(7,96,73); }

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