#077046

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

Shades of Watercourse #077046

Tints of Watercourse #077046

Color information

#077046 (or 0x077046) is unknown color: approx Watercourse. HEX triplet: 07, 70 and 46. RGB value is (7,112,70). Sum of RGB (Red+Green+Blue) = 7+112+70=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #077046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077046 is #F88FB9. Grayscale: #4B4B4B. Windows color (decimal): -16289722 or 4616199. OLE color: 4616199.

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

Color convert

RGB711270-
CMYK0.9400.380.56
HSL156º88.24%23.33%-
HSV(B)156º93.75%43.92%-
XYZ6.9912.087.76-
YUV75.82124.7178.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=3.70%
G=59.26%
B=37.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112700.9400.380.5615688.2423.33
Hex770465E026389c5817
Octal71601061360467023413027
Binary111111000010001101011110010011011100010011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077046; }

 p { color: rgb(7,112,70); }

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

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

 a { background-color: rgb(7,112,70); }

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

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

 span { border-color: rgb(7,112,70); }

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