#076946

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

Shades of Watercourse #076946

Tints of Watercourse #076946

Color information

#076946 (or 0x076946) is unknown color: approx Watercourse. HEX triplet: 07, 69 and 46. RGB value is (7,105,70). Sum of RGB (Red+Green+Blue) = 7+105+70=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #076946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076946 is #F896B9. Grayscale: #474747. Windows color (decimal): -16291514 or 4614407. OLE color: 4614407.

HSL color Cylindrical-coordinate representation of color #076946: hue angle of 158.57º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076946 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB710570-
CMYK0.9300.330.59
HSL158.57º87.5%21.96%-
HSV(B)158.57º93.33%41.18%-
XYZ6.2410.597.51-
YUV71.71127.0381.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=3.85%
G=57.69%
B=38.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105700.9300.330.59158.5787.521.96
Hex769465D0213B9f5816
Octal71511061350417323713026
Binary111110100110001101011101010000111101110011111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076946; }

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

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

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

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

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

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

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

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