#076551

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

Shades of Watercourse #076551

Tints of Watercourse #076551

Color information

#076551 (or 0x076551) is unknown color: approx Watercourse. HEX triplet: 07, 65 and 51. RGB value is (7,101,81). Sum of RGB (Red+Green+Blue) = 7+101+81=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #076551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076551 is #F89AAE. Grayscale: #464646. Windows color (decimal): -16292527 or 5334279. OLE color: 5334279.

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

Color convert

RGB710181-
CMYK0.9300.200.60
HSL167.23º87.04%21.18%-
HSV(B)167.23º93.07%39.61%-
XYZ6.239.959.38-
YUV70.61133.8682.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 101 (39.84% from 255) = 53.44%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=3.70%
G=53.44%
B=42.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7101810.9300.200.60167.2387.0421.18
Hex765515D0143Ca75715
Octal71451211350247424712725
Binary11111001011010001101110101010011110010100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076551; }

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

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

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

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

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

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

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

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