#076149

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

Shades of Watercourse #076149

Tints of Watercourse #076149

Color information

#076149 (or 0x076149) is unknown color: approx Watercourse. HEX triplet: 07, 61 and 49. RGB value is (7,97,73). Sum of RGB (Red+Green+Blue) = 7+97+73=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #076149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076149 is #F89EB6. Grayscale: #434343. Windows color (decimal): -16293559 or 4808967. OLE color: 4808967.

HSL color Cylindrical-coordinate representation of color #076149: hue angle of 164º degrees, saturation: 0.87, 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 #076149 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB79773-
CMYK0.9300.250.62
HSL164º86.54%20.39%-
HSV(B)164º92.78%38.04%-
XYZ5.569.087.76-
YUV67.35131.1884.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 97 (38.28% from 255) = 54.80%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=3.95%
G=54.80%
B=41.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797730.9300.250.6216486.5420.39
Hex761495D0193Ea45714
Octal71411111350317624412724
Binary11111000011001001101110101100111111010100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076149; }

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

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

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

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

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

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

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

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