#077A4D

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

Shades of Watercourse #077A4D

Tints of Watercourse #077A4D

Color information

#077A4D (or 0x077A4D) is unknown color: approx Watercourse. HEX triplet: 07, 7A and 4D. RGB value is (7,122,77). Sum of RGB (Red+Green+Blue) = 7+122+77=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #077A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077A4D is #F885B2. Grayscale: #525252. Windows color (decimal): -16287155 or 5077511. OLE color: 5077511.

HSL color Cylindrical-coordinate representation of color #077A4D: hue angle of 156.52º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A4D is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB712277-
CMYK0.9400.370.52
HSL156.52º89.15%25.29%-
HSV(B)156.52º94.26%47.84%-
XYZ8.3914.59.38-
YUV82.48124.974.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 122 (48.05% from 255) = 59.22%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=3.40%
G=59.22%
B=37.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122770.9400.370.52156.5289.1525.29
Hex77A4D5E025349d5919
Octal71721151360456423513131
Binary111111101010011011011110010010111010010011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077A4D; }

 p { color: rgb(7,122,77); }

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

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

 a { background-color: rgb(7,122,77); }

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

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

 span { border-color: rgb(7,122,77); }

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