#07664E

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

Shades of Watercourse #07664E

Tints of Watercourse #07664E

Color information

#07664E (or 0x07664E) is unknown color: approx Watercourse. HEX triplet: 07, 66 and 4E. RGB value is (7,102,78). Sum of RGB (Red+Green+Blue) = 7+102+78=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #07664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07664E is #F899B1. Grayscale: #464646. Windows color (decimal): -16292274 or 5137927. OLE color: 5137927.

HSL color Cylindrical-coordinate representation of color #07664E: hue angle of 164.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07664E is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB710278-
CMYK0.9300.240.6
HSL164.84º87.16%21.37%-
HSV(B)164.84º93.14%40%-
XYZ6.2110.18.83-
YUV70.86132.0382.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.74%
GREEN value IS 102 (40.23% from 255) = 54.55%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=3.74%
G=54.55%
B=41.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102780.9300.240.6164.8487.1621.37
Hex7664E5D0183Ca55715
Octal71461161350307424512725
Binary11111001101001110101110101100011110010100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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