#077549

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

Shades of Watercourse #077549

Tints of Watercourse #077549

Color information

#077549 (or 0x077549) is unknown color: approx Watercourse. HEX triplet: 07, 75 and 49. RGB value is (7,117,73). Sum of RGB (Red+Green+Blue) = 7+117+73=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #077549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077549 is #F88AB6. Grayscale: #4F4F4F. Windows color (decimal): -16288439 or 4814087. OLE color: 4814087.

HSL color Cylindrical-coordinate representation of color #077549: hue angle of 156º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077549 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB711773-
CMYK0.9400.380.54
HSL156º88.71%24.31%-
HSV(B)156º94.02%45.88%-
XYZ7.6513.258.46-
YUV79.09124.5676.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 117 (46.09% from 255) = 59.39%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=3.55%
G=59.39%
B=37.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117730.9400.380.5415688.7124.31
Hex775495E026369c5918
Octal71651111360466623413130
Binary111111010110010011011110010011011011010011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077549; }

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

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

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

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

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

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

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

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