#006F55

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

Shades of Watercourse #006F55

Tints of Watercourse #006F55

Color information

#006F55 (or 0x006F55) is unknown color: approx Watercourse. HEX triplet: 00, 6F and 55. RGB value is (0,111,85). Sum of RGB (Red+Green+Blue) = 0+111+85=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #006F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F55 is #FF90AA. Grayscale: #4A4A4A. Windows color (decimal): -16748715 or 5598976. OLE color: 5598976.

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

Color convert

RGB011185-
CMYK100.230.56
HSL165.95º100%21.76%-
HSV(B)165.95º100%43.53%-
XYZ7.3212.0210.53-
YUV74.85133.7374.61-

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.63%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=0%
G=56.63%
B=43.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011185100.230.56165.9510021.76
Hex06F556401738a66416
Octal01571251440277024614426
Binary011011111010101110010001011111100010100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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