#076046

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

Shades of Watercourse #076046

Tints of Watercourse #076046

Color information

#076046 (or 0x076046) is unknown color: approx Watercourse. HEX triplet: 07, 60 and 46. RGB value is (7,96,70). Sum of RGB (Red+Green+Blue) = 7+96+70=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #076046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076046 is #F89FB9. Grayscale: #424242. Windows color (decimal): -16293818 or 4612103. OLE color: 4612103.

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

Color convert

RGB79670-
CMYK0.9300.270.62
HSL162.47º86.41%20.2%-
HSV(B)162.47º92.71%37.65%-
XYZ5.388.857.22-
YUV66.42130.0185.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=4.05%
G=55.49%
B=40.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796700.9300.270.62162.4786.4120.2
Hex760465D01B3Ea25614
Octal71401061350337624212624
Binary11111000001000110101110101101111111010100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076046; }

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

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

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

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

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

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

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

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