#06704E

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

Shades of Watercourse #06704E

Tints of Watercourse #06704E

Color information

#06704E (or 0x06704E) is unknown color: approx Watercourse. HEX triplet: 06, 70 and 4E. RGB value is (6,112,78). Sum of RGB (Red+Green+Blue) = 6+112+78=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #06704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06704E is #F98FB1. Grayscale: #4C4C4C. Windows color (decimal): -16355250 or 5140486. OLE color: 5140486.

HSL color Cylindrical-coordinate representation of color #06704E: hue angle of 160.75º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06704E is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB611278-
CMYK0.9500.300.56
HSL160.75º89.83%23.14%-
HSV(B)160.75º94.64%43.92%-
XYZ7.2412.189.18-
YUV76.43128.8877.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 112 (44.14% from 255) = 57.14%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=3.06%
G=57.14%
B=39.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6112780.9500.300.56160.7589.8323.14
Hex6704E5F01E38a15a17
Octal61601161370367024113227
Binary11011100001001110101111101111011100010100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06704E; }

 p { color: rgb(6,112,78); }

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

<style>
 a { background-color: #06704E; }

 a { background-color: rgb(6,112,78); }

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

<style>
 span { border-color: #06704E; }

 span { border-color: rgb(6,112,78); }

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