#006F45

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

Shades of Watercourse #006F45

Tints of Watercourse #006F45

Color information

#006F45 (or 0x006F45) is unknown color: approx Watercourse. HEX triplet: 00, 6F and 45. RGB value is (0,111,69). Sum of RGB (Red+Green+Blue) = 0+111+69=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #006F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F45 is #FF90BA. Grayscale: #494949. Windows color (decimal): -16748731 or 4550400. OLE color: 4550400.

HSL color Cylindrical-coordinate representation of color #006F45: hue angle of 157.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F45 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB011169-
CMYK100.380.56
HSL157.3º100%21.76%-
HSV(B)157.3º100%43.53%-
XYZ6.7611.87.55-
YUV73.02125.7375.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 61.67%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=0%
G=61.67%
B=38.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011169100.380.56157.310021.76
Hex06F4564026389d6416
Octal01571051440467023514426
Binary0110111110001011100100010011011100010011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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