#076a50

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

Shades of Watercourse #076A50

Tints of Watercourse #076A50

Color information

#076A50 (or 0x076A50) is unknown color: approx Watercourse. HEX triplet: 07, 6A and 50. RGB value is (7,106,80). Sum of RGB (Red+Green+Blue) = 7+106+80=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #076A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A50 is #F895AF. Grayscale: #494949. Windows color (decimal): -16291248 or 5270023. OLE color: 5270023.

HSL color Cylindrical-coordinate representation of color #076A50: hue angle of 164.24º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A50 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB710680-
CMYK0.9300.250.58
HSL164.24º87.61%22.16%-
HSV(B)164.24º93.4%41.57%-
XYZ6.6910.939.35-
YUV73.44131.780.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 106 (41.80% from 255) = 54.92%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=3.63%
G=54.92%
B=41.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7106800.9300.250.58164.2487.6122.16
Hex76A505D0193Aa45816
Octal71521201350317224413026
Binary11111010101010000101110101100111101010100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076a50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076a50; }

 p { color: rgb(7,106,80); }

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

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

 a { background-color: rgb(7,106,80); }

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

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

 span { border-color: rgb(7,106,80); }

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