#076D4D

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

Shades of Watercourse #076D4D

Tints of Watercourse #076D4D

Color information

#076D4D (or 0x076D4D) is unknown color: approx Watercourse. HEX triplet: 07, 6D and 4D. RGB value is (7,109,77). Sum of RGB (Red+Green+Blue) = 7+109+77=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #076D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D4D is #F892B2. Grayscale: #4A4A4A. Windows color (decimal): -16290483 or 5074183. OLE color: 5074183.

HSL color Cylindrical-coordinate representation of color #076D4D: hue angle of 161.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D4D is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB710977-
CMYK0.9400.290.57
HSL161.18º87.93%22.75%-
HSV(B)161.18º93.58%42.75%-
XYZ6.911.528.88-
YUV74.85129.2179.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 109 (42.97% from 255) = 56.48%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=3.63%
G=56.48%
B=39.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7109770.9400.290.57161.1887.9322.75
Hex76D4D5E01D39a15817
Octal71551151360357124113027
Binary11111011011001101101111001110111100110100001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076D4D; }

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

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

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

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

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

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

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

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