#006B4B

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

Shades of Watercourse #006B4B

Tints of Watercourse #006B4B

Color information

#006B4B (or 0x006B4B) is unknown color: approx Watercourse. HEX triplet: 00, 6B and 4B. RGB value is (0,107,75). Sum of RGB (Red+Green+Blue) = 0+107+75=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #006B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B4B is #FF94B4. Grayscale: #474747. Windows color (decimal): -16749749 or 4942592. OLE color: 4942592.

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

Color convert

RGB010775-
CMYK100.300.58
HSL162.06º100%20.98%-
HSV(B)162.06º100%41.96%-
XYZ6.5311.028.44-
YUV71.36130.0577.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 58.79%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=0%
G=58.79%
B=41.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010775100.300.58162.0610020.98
Hex06B4B6401E3Aa26415
Octal01531131440367224214425
Binary011010111001011110010001111011101010100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,107,75); }

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

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

 a { background-color: rgb(0,107,75); }

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

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

 span { border-color: rgb(0,107,75); }

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