#076B4F

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

Shades of Watercourse #076B4F

Tints of Watercourse #076B4F

Color information

#076B4F (or 0x076B4F) is unknown color: approx Watercourse. HEX triplet: 07, 6B and 4F. RGB value is (7,107,79). Sum of RGB (Red+Green+Blue) = 7+107+79=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #076B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B4F is #F894B0. Grayscale: #494949. Windows color (decimal): -16290993 or 5204743. OLE color: 5204743.

HSL color Cylindrical-coordinate representation of color #076B4F: hue angle of 163.2º 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 #076B4F is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB710779-
CMYK0.9300.260.58
HSL163.2º87.72%22.35%-
HSV(B)163.2º93.46%41.96%-
XYZ6.7611.139.19-
YUV73.91130.8780.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=3.63%
G=55.44%
B=40.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7107790.9300.260.58163.287.7222.35
Hex76B4F5D01A3Aa35816
Octal71531171350327224313026
Binary11111010111001111101110101101011101010100011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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