#006A41

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

Shades of Watercourse #006A41

Tints of Watercourse #006A41

Color information

#006A41 (or 0x006A41) is unknown color: approx Watercourse. HEX triplet: 00, 6A and 41. RGB value is (0,106,65). Sum of RGB (Red+Green+Blue) = 0+106+65=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #006A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006A41 is #FF95BE. Grayscale: #454545. Windows color (decimal): -16750015 or 4286976. OLE color: 4286976.

HSL color Cylindrical-coordinate representation of color #006A41: hue angle of 156.79º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A41 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB010665-
CMYK100.390.58
HSL156.79º100%20.78%-
HSV(B)156.79º100%41.57%-
XYZ6.1110.696.74-
YUV69.63125.3878.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 61.99%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=0%
G=61.99%
B=38.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010665100.390.58156.7910020.78
Hex06A41640273A9d6415
Octal01521011440477223514425
Binary0110101010000011100100010011111101010011101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006A41; }

 p { color: rgb(0,106,65); }

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

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

 a { background-color: rgb(0,106,65); }

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

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

 span { border-color: rgb(0,106,65); }

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