#076350

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

Shades of Watercourse #076350

Tints of Watercourse #076350

Color information

#076350 (or 0x076350) is unknown color: approx Watercourse. HEX triplet: 07, 63 and 50. RGB value is (7,99,80). Sum of RGB (Red+Green+Blue) = 7+99+80=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #076350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076350 is #F89CAF. Grayscale: #454545. Windows color (decimal): -16293040 or 5268231. OLE color: 5268231.

HSL color Cylindrical-coordinate representation of color #076350: hue angle of 167.61º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076350 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB79980-
CMYK0.9300.190.61
HSL167.61º86.79%20.78%-
HSV(B)167.61º92.93%38.82%-
XYZ69.559.12-
YUV69.33134.0283.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=3.76%
G=53.23%
B=43.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799800.9300.190.61167.6186.7920.78
Hex763505D0133Da85715
Octal71431201350237525012725
Binary11111000111010000101110101001111110110101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076350; }

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

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

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

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

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

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

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

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