#076B4E

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

Shades of Watercourse #076B4E

Tints of Watercourse #076B4E

Color information

#076B4E (or 0x076B4E) is unknown color: approx Watercourse. HEX triplet: 07, 6B and 4E. RGB value is (7,107,78). Sum of RGB (Red+Green+Blue) = 7+107+78=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #076B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B4E is #F894B1. Grayscale: #494949. Windows color (decimal): -16290994 or 5139207. OLE color: 5139207.

HSL color Cylindrical-coordinate representation of color #076B4E: hue angle of 162.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B4E is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB710778-
CMYK0.9300.270.58
HSL162.6º87.72%22.35%-
HSV(B)162.6º93.46%41.96%-
XYZ6.7211.119-
YUV73.79130.3780.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 107 (42.19% from 255) = 55.73%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=3.65%
G=55.73%
B=40.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7107780.9300.270.58162.687.7222.35
Hex76B4E5D01B3Aa35816
Octal71531161350337224313026
Binary11111010111001110101110101101111101010100011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,107,78); }

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

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

 a { background-color: rgb(7,107,78); }

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

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

 span { border-color: rgb(7,107,78); }

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