#076C4C

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

Shades of Watercourse #076C4C

Tints of Watercourse #076C4C

Color information

#076C4C (or 0x076C4C) is unknown color: approx Watercourse. HEX triplet: 07, 6C and 4C. RGB value is (7,108,76). Sum of RGB (Red+Green+Blue) = 7+108+76=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #076C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076C4C is #F893B3. Grayscale: #4A4A4A. Windows color (decimal): -16290740 or 5008391. OLE color: 5008391.

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

Color convert

RGB710876-
CMYK0.9400.300.58
HSL160.99º87.83%22.55%-
HSV(B)160.99º93.52%42.35%-
XYZ6.7511.298.66-
YUV74.15129.0480.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.66%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=3.66%
G=56.54%
B=39.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7108760.9400.300.58160.9987.8322.55
Hex76C4C5E01E3Aa15817
Octal71541141360367224113027
Binary11111011001001100101111001111011101010100001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,108,76); }

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

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

 a { background-color: rgb(7,108,76); }

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

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

 span { border-color: rgb(7,108,76); }

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