#076351

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

Shades of Watercourse #076351

Tints of Watercourse #076351

Color information

#076351 (or 0x076351) is unknown color: approx Watercourse. HEX triplet: 07, 63 and 51. RGB value is (7,99,81). Sum of RGB (Red+Green+Blue) = 7+99+81=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #076351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076351 is #F89CAE. Grayscale: #454545. Windows color (decimal): -16293039 or 5333767. OLE color: 5333767.

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

Color convert

RGB79981-
CMYK0.9300.180.61
HSL168.26º86.79%20.78%-
HSV(B)168.26º92.93%38.82%-
XYZ6.039.569.31-
YUV69.44134.5283.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.74%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=3.74%
G=52.94%
B=43.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799810.9300.180.61168.2686.7920.78
Hex763515D0123Da85715
Octal71431211350227525012725
Binary11111000111010001101110101001011110110101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076351; }

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

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

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

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

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

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

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

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