#006755

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

Shades of Watercourse #006755

Tints of Watercourse #006755

Color information

#006755 (or 0x006755) is unknown color: approx Watercourse. HEX triplet: 00, 67 and 55. RGB value is (0,103,85). Sum of RGB (Red+Green+Blue) = 0+103+85=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #006755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006755 is #FF98AA. Grayscale: #464646. Windows color (decimal): -16750763 or 5596928. OLE color: 5596928.

HSL color Cylindrical-coordinate representation of color #006755: hue angle of 169.51º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006755 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB010385-
CMYK100.170.60
HSL169.51º100%20.2%-
HSV(B)169.51º100%40.39%-
XYZ6.4910.3610.25-
YUV70.15136.3877.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 54.79%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=0%
G=54.79%
B=45.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010385100.170.60169.5110020.2
Hex06755640113Caa6414
Octal01471251440217425214424
Binary011001111010101110010001000111110010101010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006755; }

 p { color: rgb(0,103,85); }

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

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

 a { background-color: rgb(0,103,85); }

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

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

 span { border-color: rgb(0,103,85); }

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