#006B45

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

Shades of Watercourse #006B45

Tints of Watercourse #006B45

Color information

#006B45 (or 0x006B45) is unknown color: approx Watercourse. HEX triplet: 00, 6B and 45. RGB value is (0,107,69). Sum of RGB (Red+Green+Blue) = 0+107+69=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #006B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B45 is #FF94BA. Grayscale: #464646. Windows color (decimal): -16749755 or 4549376. OLE color: 4549376.

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

Color convert

RGB010769-
CMYK100.360.58
HSL158.69º100%20.98%-
HSV(B)158.69º100%41.96%-
XYZ6.3310.957.41-
YUV70.68127.0577.59-

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) = 60.80%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=0%
G=60.80%
B=39.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010769100.360.58158.6910020.98
Hex06B45640243A9f6415
Octal01531051440447223714425
Binary0110101110001011100100010010011101010011111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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