#006F54

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

Shades of Watercourse #006F54

Tints of Watercourse #006F54

Color information

#006F54 (or 0x006F54) is unknown color: approx Watercourse. HEX triplet: 00, 6F and 54. RGB value is (0,111,84). Sum of RGB (Red+Green+Blue) = 0+111+84=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #006F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F54 is #FF90AB. Grayscale: #4A4A4A. Windows color (decimal): -16748716 or 5533440. OLE color: 5533440.

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

Color convert

RGB011184-
CMYK100.240.56
HSL165.41º100%21.76%-
HSV(B)165.41º100%43.53%-
XYZ7.2812.0110.32-
YUV74.73133.2374.7-

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) = 56.92%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=0%
G=56.92%
B=43.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011184100.240.56165.4110021.76
Hex06F546401838a56416
Octal01571241440307024514426
Binary011011111010100110010001100011100010100101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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