#006A4A

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

Shades of Watercourse #006A4A

Tints of Watercourse #006A4A

Color information

#006A4A (or 0x006A4A) is unknown color: approx Watercourse. HEX triplet: 00, 6A and 4A. RGB value is (0,106,74). Sum of RGB (Red+Green+Blue) = 0+106+74=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 106 (41.80% from 255 or 58.89% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 106 - color contains mainly: green. Hex color #006A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006A4A is #FF95B5. Grayscale: #464646. Windows color (decimal): -16750006 or 4876800. OLE color: 4876800.

HSL color Cylindrical-coordinate representation of color #006A4A: hue angle of 161.89º 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 #006A4A is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB010674-
CMYK100.300.58
HSL161.89º100%20.78%-
HSV(B)161.89º100%41.57%-
XYZ6.3910.88.23-
YUV70.66129.8877.6-

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) = 58.89%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=0%
G=58.89%
B=41.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010674100.300.58161.8910020.78
Hex06A4A6401E3Aa26415
Octal01521121440367224214425
Binary011010101001010110010001111011101010100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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