#066B4F

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

Shades of Watercourse #066B4F

Tints of Watercourse #066B4F

Color information

#066B4F (or 0x066B4F) is unknown color: approx Watercourse. HEX triplet: 06, 6B and 4F. RGB value is (6,107,79). Sum of RGB (Red+Green+Blue) = 6+107+79=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #066B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B4F is #F994B0. Grayscale: #494949. Windows color (decimal): -16356529 or 5204742. OLE color: 5204742.

HSL color Cylindrical-coordinate representation of color #066B4F: hue angle of 163.37º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B4F is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB610779-
CMYK0.9400.260.58
HSL163.37º89.38%22.16%-
HSV(B)163.37º94.39%41.96%-
XYZ6.7411.129.19-
YUV73.61131.0479.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 107 (42.19% from 255) = 55.73%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=3.12%
G=55.73%
B=41.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6107790.9400.260.58163.3789.3822.16
Hex66B4F5E01A3Aa35916
Octal61531171360327224313126
Binary11011010111001111101111001101011101010100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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