#077650

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

Shades of Watercourse #077650

Tints of Watercourse #077650

Color information

#077650 (or 0x077650) is unknown color: approx Watercourse. HEX triplet: 07, 76 and 50. RGB value is (7,118,80). Sum of RGB (Red+Green+Blue) = 7+118+80=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #077650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077650 is #F889AF. Grayscale: #505050. Windows color (decimal): -16288176 or 5273095. OLE color: 5273095.

HSL color Cylindrical-coordinate representation of color #077650: hue angle of 159.46º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077650 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB711880-
CMYK0.9400.320.54
HSL159.46º88.8%24.51%-
HSV(B)159.46º94.07%46.27%-
XYZ8.0113.589.79-
YUV80.48127.7375.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.41%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=3.41%
G=57.56%
B=39.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118800.9400.320.54159.4688.824.51
Hex776505E020369f5919
Octal71661201360406623713131
Binary111111011010100001011110010000011011010011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077650; }

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

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

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

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

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

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

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

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