#006F46

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

Shades of Watercourse #006F46

Tints of Watercourse #006F46

Color information

#006F46 (or 0x006F46) is unknown color: approx Watercourse. HEX triplet: 00, 6F and 46. RGB value is (0,111,70). Sum of RGB (Red+Green+Blue) = 0+111+70=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 111 (43.75% from 255 or 61.33% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 111 - color contains mainly: green. Hex color #006F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F46 is #FF90B9. Grayscale: #494949. Windows color (decimal): -16748730 or 4615936. OLE color: 4615936.

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

Color convert

RGB011170-
CMYK100.370.56
HSL157.84º100%21.76%-
HSV(B)157.84º100%43.53%-
XYZ6.7911.817.72-
YUV73.14126.2375.83-

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.33%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=0%
G=61.33%
B=38.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011170100.370.56157.8410021.76
Hex06F4664025389e6416
Octal01571061440457023614426
Binary0110111110001101100100010010111100010011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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