#066B4A

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

Shades of Watercourse #066B4A

Tints of Watercourse #066B4A

Color information

#066B4A (or 0x066B4A) is unknown color: approx Watercourse. HEX triplet: 06, 6B and 4A. RGB value is (6,107,74). Sum of RGB (Red+Green+Blue) = 6+107+74=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #066B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066B4A is #F994B5. Grayscale: #494949. Windows color (decimal): -16356534 or 4877062. OLE color: 4877062.

HSL color Cylindrical-coordinate representation of color #066B4A: hue angle of 160.4º 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 #066B4A is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB610774-
CMYK0.9400.310.58
HSL160.4º89.38%22.16%-
HSV(B)160.4º94.39%41.96%-
XYZ6.5711.058.26-
YUV73.04128.5480.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 107 (42.19% from 255) = 57.22%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=3.21%
G=57.22%
B=39.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6107740.9400.310.58160.489.3822.16
Hex66B4A5E01F3Aa05916
Octal61531121360377224013126
Binary11011010111001010101111001111111101010100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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